Index: lams_common/db/sql/create_lams_11_tables.sql =================================================================== diff -u -rd0354cee5916425ab435aeedffd6a2477005d5d2 -rf4a1fe5acdaa28dca217771f0abab26627b2fbae --- lams_common/db/sql/create_lams_11_tables.sql (.../create_lams_11_tables.sql) (revision d0354cee5916425ab435aeedffd6a2477005d5d2) +++ lams_common/db/sql/create_lams_11_tables.sql (.../create_lams_11_tables.sql) (revision f4a1fe5acdaa28dca217771f0abab26627b2fbae) @@ -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)