Closed KevinKelly25 closed 6 years ago
Added a drop function to removeAllFromDB.sql which incorporates a drop for ClassDB.killConnection(INTEGER) which was previously breaking the script.
removeAllFromDB.sql
ClassDB.killConnection(INTEGER)
Fixes #225
Thank you for pointing that out @smurthys . I changed it to better fit the nomenclature.
Thank you for reviews
Added a drop function to
removeAllFromDB.sql
which incorporates a drop forClassDB.killConnection(INTEGER)
which was previously breaking the script.Fixes #225