Index: unix_installer/installer-package/sql-scripts/removeConfigs.sql =================================================================== diff -u -r5758bb0413c6074c8630e31e7555b1417c0914b6 -r3786c72ecb31c8b1ac62e73a037db13b0da4b21a --- unix_installer/installer-package/sql-scripts/removeConfigs.sql (.../removeConfigs.sql) (revision 5758bb0413c6074c8630e31e7555b1417c0914b6) +++ unix_installer/installer-package/sql-scripts/removeConfigs.sql (.../removeConfigs.sql) (revision 3786c72ecb31c8b1ac62e73a037db13b0da4b21a) @@ -9,9 +9,6 @@ -- From 2.2 onwards. Remove gmap key update tl_lagmap10_configuration set config_value="" where config_key="GmapKey"; --- From 2.2 onwards. Ensure spreadsheet is set to disabled -update lams_learning_library set valid_flag=0 where title="SpreadSheet"; - -- From 2.2 onwards. Remove lams_qtz event entires delete from lams_qtz_SIMPLE_TRIGGERS; delete from lams_qtz_TRIGGERS;