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.8 -r1.9 --- lams_common/db/sql/create_lams_11_tables.sql 15 Dec 2004 03:44:50 -0000 1.8 +++ lams_common/db/sql/create_lams_11_tables.sql 15 Dec 2004 22:29:15 -0000 1.9 @@ -209,7 +209,6 @@ , 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 , PRIMARY KEY (user_id) , INDEX (authentication_method_id)