Index: lams_tool_vote/db/sql/updatescripts/updateTo20080108.sql =================================================================== diff -u -r4ef62f42d4bd4bcdbe98bac97cafcd3c0c7a4ab2 -rf6956d3b109f928cb5529b00da8228d5e25f7a16 --- lams_tool_vote/db/sql/updatescripts/updateTo20080108.sql (.../updateTo20080108.sql) (revision 4ef62f42d4bd4bcdbe98bac97cafcd3c0c7a4ab2) +++ lams_tool_vote/db/sql/updatescripts/updateTo20080108.sql (.../updateTo20080108.sql) (revision f6956d3b109f928cb5529b00da8228d5e25f7a16) @@ -11,6 +11,8 @@ UPDATE lams_tool SET modified_date_time = NOW() WHERE tool_signature = 'lavote11'; +update lams_tool set supports_outputs = 1 where tool_signature = "lavote11"; + -- 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 = "20080108" WHERE tool_signature = "lavote11";