Index: lams_common/db/sql/updatescripts/alter_203_editonfly.sql =================================================================== diff -u -r5454984f40933bdf7816fe8ed4d5cef59738b889 -r8dad17158fd26d3e036feb3c7a0597b7310957bf --- lams_common/db/sql/updatescripts/alter_203_editonfly.sql (.../alter_203_editonfly.sql) (revision 5454984f40933bdf7816fe8ed4d5cef59738b889) +++ lams_common/db/sql/updatescripts/alter_203_editonfly.sql (.../alter_203_editonfly.sql) (revision 8dad17158fd26d3e036feb3c7a0597b7310957bf) @@ -19,4 +19,12 @@ 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'); \ No newline at end of file +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() );