Index: lams_tool_notebook/db/sql/updatescripts/updateTo20080229.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/db/sql/updatescripts/Attic/updateTo20080229.sql,v diff -u -r1.1 -r1.2 --- lams_tool_notebook/db/sql/updatescripts/updateTo20080229.sql 29 Feb 2008 03:46:43 -0000 1.1 +++ lams_tool_notebook/db/sql/updatescripts/updateTo20080229.sql 11 Jun 2008 07:37:44 -0000 1.2 @@ -1,7 +1,2 @@ --- LDEV1511 make tables InnoDB -ALTER TABLE tl_lantbk11_attachment ENGINE=InnoDB; -ALTER TABLE tl_lantbk11_notebook ENGINE=InnoDB; -ALTER TABLE tl_lantbk11_session ENGINE=InnoDB; -ALTER TABLE tl_lantbk11_user ENGINE=InnoDB; UPDATE lams_tool SET modified_date_time = NOW() WHERE tool_signature = "lantbk11"; UPDATE lams_tool SET tool_version = "20080229" WHERE tool_signature = "lantbk11";