Index: lams_common/db/model/lams_11.clay =================================================================== RCS file: /usr/local/cvsroot/lams_common/db/model/lams_11.clay,v diff -u -r1.69 -r1.70 --- lams_common/db/model/lams_11.clay 16 Nov 2006 01:06:22 -0000 1.69 +++ lams_common/db/model/lams_11.clay 29 Nov 2006 06:35:18 -0000 1.70 @@ -1664,6 +1664,12 @@ + + + + + + @@ -2630,8 +2636,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.85 -r1.86 --- lams_common/db/sql/create_lams_11_tables.sql 16 Nov 2006 01:06:22 -0000 1.85 +++ lams_common/db/sql/create_lams_11_tables.sql 29 Nov 2006 06:35:18 -0000 1.86 @@ -228,6 +228,7 @@ , admin_change_status TINYINT(1) NOT NULL DEFAULT 0 , admin_create_guest TINYINT(1) NOT NULL DEFAULT 0 , locale_id TINYINT(4) + , archived_date DATETIME , PRIMARY KEY (organisation_id) , INDEX (organisation_type_id) , CONSTRAINT FK_lams_organisation_1 FOREIGN KEY (organisation_type_id)