Index: lams_common/db/model/user_management.clay
===================================================================
RCS file: /usr/local/cvsroot/lams_common/db/model/Attic/user_management.clay,v
diff -u -r1.1 -r1.2
--- lams_common/db/model/user_management.clay 11 Nov 2004 03:03:32 -0000 1.1
+++ lams_common/db/model/user_management.clay 17 Nov 2004 00:43:01 -0000 1.2
@@ -365,6 +365,13 @@
+
+
+
+
+
+
+
@@ -380,8 +387,8 @@
-
+
@@ -393,8 +400,8 @@
-
+
@@ -406,8 +413,8 @@
-
+
@@ -580,8 +587,8 @@
-
+
@@ -593,8 +600,8 @@
-
+
@@ -641,8 +648,8 @@
-
+
@@ -654,8 +661,8 @@
-
+
@@ -667,8 +674,8 @@
-
+
Index: lams_common/db/sql/create_user_management_tables.sql
===================================================================
RCS file: /usr/local/cvsroot/lams_common/db/sql/Attic/create_user_management_tables.sql,v
diff -u -r1.1 -r1.2
--- lams_common/db/sql/create_user_management_tables.sql 11 Nov 2004 03:03:32 -0000 1.1
+++ lams_common/db/sql/create_user_management_tables.sql 17 Nov 2004 00:43:01 -0000 1.2
@@ -95,6 +95,9 @@
, INDEX (workspace_id)
, CONSTRAINT FK_lams_organisation_2 FOREIGN KEY (workspace_id)
REFERENCES lams_workspace (workspace_id)
+ , INDEX (parent_organisation_id)
+ , CONSTRAINT FK_lams_organisation_3 FOREIGN KEY (parent_organisation_id)
+ REFERENCES lams_organisation (organisation_id)
)TYPE=InnoDB;
CREATE TABLE lams_user_organisation (
Index: lams_common/design/lams11.xml.zip
===================================================================
RCS file: /usr/local/cvsroot/lams_common/design/lams11.xml.zip,v
diff -u -r1.1 -r1.2
Binary files differ