Index: lams_tool_laqa/db/sql/updatescripts/updateTo20070214.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/db/sql/updatescripts/Attic/updateTo20070214.sql,v diff -u -r1.1 -r1.2 --- lams_tool_laqa/db/sql/updatescripts/updateTo20070214.sql 14 Feb 2007 11:17:21 -0000 1.1 +++ lams_tool_laqa/db/sql/updatescripts/updateTo20070214.sql 27 Feb 2007 02:29:50 -0000 1.2 @@ -4,3 +4,9 @@ ALTER TABLE tl_laqa11_que_usr CHANGE COLUMN username username VARCHAR(255), CHANGE COLUMN fullname fullname VARCHAR(255); + +UPDATE lams_tool +set modified_date_time = now() +, classpath_addition = './lams-tool-laqa11.jar' +, context_file = '/org/lamsfoundation/lams/tool/qa/qaApplicationContext.xml' +where tool_signature = 'laqa11';