Index: lams_tool_lamc/db/sql/updatescripts/updateTo20070820.sql =================================================================== diff -u -r3ff06f3f26058ef66d171ad6673eab70e76cd662 -r1dbf40946efb1324c987cccf44c18ad5559cdc53 --- lams_tool_lamc/db/sql/updatescripts/updateTo20070820.sql (.../updateTo20070820.sql) (revision 3ff06f3f26058ef66d171ad6673eab70e76cd662) +++ lams_tool_lamc/db/sql/updatescripts/updateTo20070820.sql (.../updateTo20070820.sql) (revision 1dbf40946efb1324c987cccf44c18ad5559cdc53) @@ -27,6 +27,8 @@ update tl_lamc11_que_usr qu1 set qu1.last_attempt_total_mark = ( select sum(mark) from tl_lamc11_usr_attempt att where att.que_usr_id = qu1.uid and att.attemptOrder = qu1.last_attempt_order); +update lams_tool set supports_outputs = 1 where tool_signature = "lamc11"; + -- update the tool version - special code that should only be executed if the upgrade is being done manually. -- if it is being done via the tool deployer then it will update the version automatically. -- update lams_tool set tool_version = "20070820" where tool_signature = "lamc11"; \ No newline at end of file