Index: lams_common/db/model/lams_11.clay
===================================================================
RCS file: /usr/local/cvsroot/lams_common/db/model/lams_11.clay,v
diff -u -r1.15 -r1.16
--- lams_common/db/model/lams_11.clay 7 Feb 2005 00:33:56 -0000 1.15
+++ lams_common/db/model/lams_11.clay 7 Feb 2005 02:34:50 -0000 1.16
@@ -1109,11 +1109,11 @@
-
+
-
+
@@ -1122,11 +1122,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.19 -r1.20
--- lams_common/db/sql/create_lams_11_tables.sql 7 Feb 2005 00:33:56 -0000 1.19
+++ lams_common/db/sql/create_lams_11_tables.sql 7 Feb 2005 02:34:50 -0000 1.20
@@ -470,8 +470,8 @@
, id INT(11)
, description TEXT
, title VARCHAR(255)
- , to_activity_id BIGINT(20) NOT NULL DEFAULT 0
- , from_activity_id BIGINT(20) NOT NULL DEFAULT 0
+ , to_activity_id BIGINT(20)
+ , from_activity_id BIGINT(20)
, learning_design_id BIGINT(20) NOT NULL DEFAULT 0
, create_date_time DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00'
, PRIMARY KEY (transition_id)