Index: lams_tool_scratchie/db/sql/tool_insert.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scratchie/db/sql/tool_insert.sql,v diff -u -r1.3.2.1 -r1.3.2.2 --- lams_tool_scratchie/db/sql/tool_insert.sql 24 Feb 2016 12:36:22 -0000 1.3.2.1 +++ lams_tool_scratchie/db/sql/tool_insert.sql 27 Feb 2017 14:00:15 -0000 1.3.2.2 @@ -1,7 +1,3 @@ -# Connection: ROOT LOCAL -# Host: localhost -# Saved: 2005-04-07 10:42:43 -# INSERT INTO lams_tool ( tool_signature, @@ -10,8 +6,6 @@ description, tool_identifier, tool_version, -learning_library_id, -default_tool_content_id, valid_flag, grouping_support_type_id, supports_run_offline_flag, @@ -26,6 +20,7 @@ language_file, create_date_time, modified_date_time, +admin_url, supports_outputs ) VALUES @@ -36,8 +31,6 @@ 'Scratchie', 'scratchie', '@tool_version@', -NULL, -NULL, 0, 2, 1, @@ -52,5 +45,6 @@ 'org.lamsfoundation.lams.tool.scratchie.ApplicationResources', NOW(), NOW(), +'tool/lascrt11/admin/start.do', 1 -) +) \ No newline at end of file