Added note to also update drop_database script
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 29 Feb 2016 20:46:32 +0000 (15:46 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 29 Feb 2016 20:46:32 +0000 (15:46 -0500)
setup/databaseScripts/create_database_V1.1.0.sql

index af11b7c..1a46b5b 100644 (file)
@@ -5,6 +5,9 @@
 -- 
 -- To permit each query below to be executed separately,
 -- all queries must be separated by a line with four dashes
+-- 
+-- **** BE SURE TO ALSO UPDATE drop_database_Vxxx.sql FILE WHEN CHANGING TABLES ****
+-- 
 
 -- Amenities
 CREATE TABLE {prefix}amenities (
@@ -415,7 +418,7 @@ INSERT INTO {prefix}settings_terms
     term_member_plur,                               
     term_member_plur_cap,                           
     term_location,                                  
-    term_location_cap,                              
+    term_location_cap,                              deleteDataTables
     term_location_plur,                             
     term_location_plur_cap,                         
     term_facility,