Index: lams_tool_laqa/db/sql/create_lams_tool_qa.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/db/sql/create_lams_tool_qa.sql,v diff -u -r1.32 -r1.33 --- lams_tool_laqa/db/sql/create_lams_tool_qa.sql 2 Apr 2006 20:30:22 -0000 1.32 +++ lams_tool_laqa/db/sql/create_lams_tool_qa.sql 4 Apr 2006 01:45:44 -0000 1.33 @@ -1,3 +1,5 @@ +-- $Id$ + CREATE TABLE tl_laqa11_content ( uid BIGINT(20) NOT NULL AUTO_INCREMENT , qa_content_id BIGINT(20) NOT NULL Index: lams_tool_laqa/db/sql/drop_lams_tool_qa.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/db/sql/drop_lams_tool_qa.sql,v diff -u -r1.11 -r1.12 --- lams_tool_laqa/db/sql/drop_lams_tool_qa.sql 2 Apr 2006 20:30:22 -0000 1.11 +++ lams_tool_laqa/db/sql/drop_lams_tool_qa.sql 4 Apr 2006 01:45:44 -0000 1.12 @@ -1,3 +1,4 @@ +-- $Id$ SET FOREIGN_KEY_CHECKS=0; DROP TABLE tl_laqa11_uploadedfile;