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.9 -r1.10 --- lams_common/db/sql/create_lams_11_tables.sql 15 Dec 2004 22:29:15 -0000 1.9 +++ lams_common/db/sql/create_lams_11_tables.sql 15 Dec 2004 22:38:06 -0000 1.10 @@ -209,7 +209,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) - , 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) Index: lams_common/db/sql/create_lams_db.sql =================================================================== RCS file: /usr/local/cvsroot/lams_common/db/sql/Attic/create_lams_db.sql,v diff -u -r1.3 -r1.4 Binary files differ