Index: lams_common/db/model/lams_11.clay =================================================================== RCS file: /usr/local/cvsroot/lams_common/db/model/lams_11.clay,v diff -u -r1.32 -r1.33 --- lams_common/db/model/lams_11.clay 18 Mar 2005 04:32:52 -0000 1.32 +++ lams_common/db/model/lams_11.clay 22 Mar 2005 00:40:10 -0000 1.33 @@ -306,8 +306,8 @@ - + @@ -319,8 +319,8 @@ - + @@ -499,8 +499,8 @@ - + @@ -1019,7 +1019,7 @@ - + @@ -2158,11 +2158,11 @@ - + - + @@ -2273,7 +2273,7 @@ - + @@ -2759,8 +2759,8 @@ - + @@ -2785,8 +2785,8 @@ - + @@ -2811,8 +2811,8 @@ - + @@ -4077,8 +4077,8 @@ - + @@ -4110,8 +4110,8 @@ - + @@ -4123,8 +4123,8 @@ - + @@ -4136,8 +4136,8 @@ - + @@ -4155,8 +4155,8 @@ - + @@ -4196,8 +4196,8 @@ - + 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.43 -r1.44 --- lams_common/db/sql/create_lams_11_tables.sql 21 Mar 2005 06:34:35 -0000 1.43 +++ lams_common/db/sql/create_lams_11_tables.sql 22 Mar 2005 00:40:10 -0000 1.44 @@ -151,7 +151,7 @@ CREATE TABLE lams_workspace ( workspace_id BIGINT(20) NOT NULL AUTO_INCREMENT - , root_folder_id BIGINT(20) NOT NULL + , root_folder_id BIGINT(20) , name VARCHAR(255) , PRIMARY KEY (workspace_id) , INDEX (root_folder_id)