Index: lams_common/src/java/org/lamsfoundation/lams/dbupdates/patch02040022.sql =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/dbupdates/patch02040022.sql,v diff -u -r1.1 -r1.2 --- lams_common/src/java/org/lamsfoundation/lams/dbupdates/patch02040022.sql 17 Jan 2014 22:37:09 -0000 1.1 +++ lams_common/src/java/org/lamsfoundation/lams/dbupdates/patch02040022.sql 20 Jan 2014 15:39:39 -0000 1.2 @@ -4,12 +4,13 @@ SET FOREIGN_KEY_CHECKS=0; -- LDEV-3147 Simplify tools: get rid of instructions tab, define in monitor and run offline activity options +/* Comment out this part until we will be able to modify tools' tool_insert.sql and tool_insert.sql activity_insert.sql to exclude inserting according columns ALTER TABLE lams_learning_activity DROP COLUMN define_later_flag; ALTER TABLE lams_learning_activity DROP COLUMN run_offline_flag; ALTER TABLE lams_tool DROP COLUMN supports_run_offline_flag; ALTER TABLE lams_tool DROP COLUMN define_later_url; - +*/ ALTER TABLE lams_learning_design DROP COLUMN online_instructions; ALTER TABLE lams_learning_design DROP COLUMN offline_instructions;