Closed smurthys closed 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.
prepareClassDB.sql
Using this script breaks the cyclic dependency between prepareClassDB.sql and addHelperFunctions.sql.
addHelperFunctions.sql
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
andaddHelperFunctions.sql
.