Index: lams_tool_scribe/db/sql/updatescripts/updateTo20070315.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/db/sql/updatescripts/Attic/updateTo20070315.sql,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_scribe/db/sql/updatescripts/updateTo20070315.sql 22 Mar 2007 20:58:11 -0000 1.1 @@ -0,0 +1,4 @@ +-- Update the Scribe tables to 20070227 +-- This is for the LAMS 2.0.1 release. + +UPDATE lams_tool set modified_date_time = now(), classpath_addition = 'lams-tool-lascrb11.jar', context_file = '/org/lamsfoundation/lams/tool/scribe/scribeApplicationContext.xml' where tool_signature = 'lascrb11';