Index: lams_tool_laqa/db/sql/updatescripts/updateTo20080108.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/db/sql/updatescripts/Attic/updateTo20080108.sql,v diff -u -r1.1 -r1.2 --- lams_tool_laqa/db/sql/updatescripts/updateTo20080108.sql 8 Jan 2008 01:32:54 -0000 1.1 +++ lams_tool_laqa/db/sql/updatescripts/updateTo20080108.sql 10 Jan 2008 23:15:36 -0000 1.2 @@ -13,4 +13,4 @@ -- 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 = "laqa11"; +-- UPDATE lams_tool SET tool_version = "20080108" WHERE tool_signature = "laqa11"; Index: lams_tool_vote/db/sql/updatescripts/updateTo20080108.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/db/sql/updatescripts/Attic/updateTo20080108.sql,v diff -u -r1.1 -r1.2 --- lams_tool_vote/db/sql/updatescripts/updateTo20080108.sql 8 Jan 2008 01:32:54 -0000 1.1 +++ lams_tool_vote/db/sql/updatescripts/updateTo20080108.sql 10 Jan 2008 23:16:21 -0000 1.2 @@ -13,4 +13,4 @@ -- 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"; +-- UPDATE lams_tool SET tool_version = "20080108" WHERE tool_signature = "lavote11";