Index: lams_tool_survey/db/sql/updatescripts/updateTo20070220.sql =================================================================== diff -u -r1aea7e568e57108a5257a7563d4c14ee4a5ae879 -r7ea5b1579ec2cdd4aab41ad4200870f88612c43c --- lams_tool_survey/db/sql/updatescripts/updateTo20070220.sql (.../updateTo20070220.sql) (revision 1aea7e568e57108a5257a7563d4c14ee4a5ae879) +++ lams_tool_survey/db/sql/updatescripts/updateTo20070220.sql (.../updateTo20070220.sql) (revision 7ea5b1579ec2cdd4aab41ad4200870f88612c43c) @@ -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'