Index: lams_common/db/model/lams_11.clay =================================================================== RCS file: /usr/local/cvsroot/lams_common/db/model/lams_11.clay,v diff -u -r1.12 -r1.13 --- lams_common/db/model/lams_11.clay 31 Jan 2005 01:22:13 -0000 1.12 +++ lams_common/db/model/lams_11.clay 31 Jan 2005 06:22:19 -0000 1.13 @@ -323,11 +323,11 @@ - + - + @@ -336,11 +336,11 @@ - + - + @@ -413,11 +413,11 @@ - + - + Index: lams_common/db/sql/create_lams_11_tables.sql =================================================================== RCS file: /usr/local/cvsroot/lams_common/db/sql/create_lams_11_tables.sql,v diff -u -r1.15 -r1.16 --- lams_common/db/sql/create_lams_11_tables.sql 31 Jan 2005 01:21:59 -0000 1.15 +++ lams_common/db/sql/create_lams_11_tables.sql 31 Jan 2005 06:22:29 -0000 1.16 @@ -281,15 +281,15 @@ , grouping_id BIGINT(20) , order_id INT(11) , define_later_flag TINYINT(4) NOT NULL DEFAULT 0 - , learning_design_id BIGINT(20) DEFAULT 0 - , learning_library_id BIGINT(20) DEFAULT 0 + , learning_design_id BIGINT(20) + , learning_library_id BIGINT(20) , create_date_time DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00' , offline_instructions TEXT , max_number_of_options INT(5) , min_number_of_options INT(5) , tool_id BIGINT(20) , tool_content_id BIGINT(20) - , gate_activity_level_id INT(11) DEFAULT 0 + , gate_activity_level_id INT(11) , gate_start_date_time DATETIME , gate_end_date_time DATETIME , library_activity_ui_image VARCHAR(255)