DASSL / ClassDB

An open-source system to let students experiment with relational data
https://dassl.github.io/ClassDB/
Other
8 stars 2 forks source link

Created initializeDB.sql #94

Closed smurthys closed 7 years ago

smurthys commented 7 years ago

This script should be the first to run as part of adding ClassDB to a database.

The code in this script is largely from prepareClassDB.sql. The refactored code needs to be removed from that script.

Using this script breaks the cyclic dependency between prepareClassDB.sql and addHelperFunctions.sql.