--- /dev/null
+-- Gaslight Media Members Database
+-- File Created: 12/09/14 15:27:15
+-- Database Version: 1.1.5
+-- Database Deletion Script
+-- Note: Tables with DELETE CASCADE must appear before referenced table
+--
+-- Multiple tables may be separated by ",".
+
+DROP TABLE IF EXISTS
+ {prefix}sometablename
+;
+
Note that the number of tables needs to be set to the updated number for each update.
-Also note taht the SQL update scripts are run before the PHP update scripts.
+Also note that the SQL update scripts are run before the PHP update scripts.
+
+NOTE: When doing a database version update be sure to update the version numbers
+on the "create_database_V..." and "drop_database_V..." files. Also the drop_database
+file must reference all off the tables in the create_database file.