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.5 -r1.6 --- lams_common/db/sql/create_lams_11_tables.sql 6 Dec 2004 05:42:03 -0000 1.5 +++ lams_common/db/sql/create_lams_11_tables.sql 12 Dec 2004 05:24:13 -0000 1.6 @@ -181,8 +181,7 @@ , create_date DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00' , authentication_method_id BIGINT(20) NOT NULL DEFAULT 0 , workspace_id BIGINT(20) - , user_organisation_id BIGINT(20) NOT NULL DEFAULT 0 - , base_organisation_id BIGINT(20) NOT NULL DEFAULT 0 + , base_organisation_id BIGINT(20) , PRIMARY KEY (user_id) , INDEX (authentication_method_id) , CONSTRAINT FK_lams_user_1 FOREIGN KEY (authentication_method_id)