Index: lams_common/src/java/org/lamsfoundation/lams/dbupdates/patch02040022.sql =================================================================== diff -u -rc135649b64e98c9233da20bdcfb7689598116314 -ra0d3cb0f7ddd7e6cb7fa2eb853ebf79becba1726 --- lams_common/src/java/org/lamsfoundation/lams/dbupdates/patch02040022.sql (.../patch02040022.sql) (revision c135649b64e98c9233da20bdcfb7689598116314) +++ lams_common/src/java/org/lamsfoundation/lams/dbupdates/patch02040022.sql (.../patch02040022.sql) (revision a0d3cb0f7ddd7e6cb7fa2eb853ebf79becba1726) @@ -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;