Index: lams_common/db/sql/updatescripts/alter_203_editonfly.sql =================================================================== diff -u -r8dad17158fd26d3e036feb3c7a0597b7310957bf -ra7d6b8f36d253cbf52a6c37d909cde3e5a60acf2 --- lams_common/db/sql/updatescripts/alter_203_editonfly.sql (.../alter_203_editonfly.sql) (revision 8dad17158fd26d3e036feb3c7a0597b7310957bf) +++ lams_common/db/sql/updatescripts/alter_203_editonfly.sql (.../alter_203_editonfly.sql) (revision a7d6b8f36d253cbf52a6c37d909cde3e5a60acf2) @@ -20,11 +20,3 @@ insert into lams_configuration (config_key, config_value) values ('AllowLiveEdit','true'); insert into lams_configuration (config_key, config_value) values ('ServerURLContextPath','lams/'); insert into lams_learning_activity_type values (9, 'GATE_SYSTEM'); - -INSERT INTO lams_system_tool (system_tool_id, learning_activity_type_id, tool_display_name, description, - learner_url, learner_preview_url, learner_progress_url, export_pfolio_learner_url, - export_pfolio_class_url, monitor_url, contribute_url, create_date_time) -VALUES (5, 9, 'System Gate', 'Gate: Opens under system control.', - 'learning/gate.do?method=knockGate', 'learning/gate.do?method=knockGate', null, null, - 'monitoring/gateExportPortfolio?mode=teacher', 'monitoring/gate.do?method=viewGate', - 'monitoring/gate.do?method=viewGate', now() );