Index: unix_installer/upgrader-package/tools/lamc11/build/deploy/sql/updatescripts/updateTo20070820.sql =================================================================== RCS file: /usr/local/cvsroot/unix_installer/upgrader-package/tools/lamc11/build/deploy/sql/updatescripts/Attic/updateTo20070820.sql,v diff -u -r1.1.2.1 -r1.1.2.2 --- unix_installer/upgrader-package/tools/lamc11/build/deploy/sql/updatescripts/updateTo20070820.sql 15 Jul 2008 05:37:34 -0000 1.1.2.1 +++ unix_installer/upgrader-package/tools/lamc11/build/deploy/sql/updatescripts/updateTo20070820.sql 17 Jul 2008 01:45:56 -0000 1.1.2.2 @@ -1,3 +1,5 @@ -- Modified version of the mcq update script for servers that already have the -- mcq performance fix applied. update lams_tool set supports_outputs = 1 where tool_signature = "lamc11"; + +ALTER TABLE tl_lamc11_content ADD COLUMN displayAnswers TINYINT(1) NOT NULL DEFAULT 1 AFTER randomize;