Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_tool_survey/db/sql/updatescripts/updateTo20070208.sql'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_survey/db/sql/updatescripts/updateTo20070220.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_survey/db/sql/updatescripts/Attic/updateTo20070220.sql,v diff -u -r1.1 -r1.2 --- lams_tool_survey/db/sql/updatescripts/updateTo20070220.sql 22 Feb 2007 05:00:51 -0000 1.1 +++ lams_tool_survey/db/sql/updatescripts/updateTo20070220.sql 27 Feb 2007 00:52:57 -0000 1.2 @@ -1,6 +1,9 @@ --- Update the Survey tables from version 20070208 to 20070220 +-- Update the Survey tables from version 20061102 to 20070220 -- This is for the LAMS 2.0.1 release. +ALTER TABLE tl_lasurv11_answer +CHANGE COLUMN answer_text answer_text text; + UPDATE lams_tool set modified_date_time = now() , classpath_addition = './lams-tool-lasurv11.jar'