Index: lams_common/db/model/lams_11.clay
===================================================================
RCS file: /usr/local/cvsroot/lams_common/db/model/lams_11.clay,v
diff -u -r1.73 -r1.74
--- lams_common/db/model/lams_11.clay 1 Feb 2007 03:44:19 -0000 1.73
+++ lams_common/db/model/lams_11.clay 7 Feb 2007 02:56:34 -0000 1.74
@@ -2079,6 +2079,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
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.88 -r1.89
--- lams_common/db/sql/create_lams_11_tables.sql 1 Feb 2007 03:44:21 -0000 1.88
+++ lams_common/db/sql/create_lams_11_tables.sql 7 Feb 2007 02:56:34 -0000 1.89
@@ -309,6 +309,7 @@
, chat_id VARCHAR(255)
, locale_id INTEGER
, portrait_uuid BIGINT(20)
+ , change_password TINYINT DEFAULT 0
, PRIMARY KEY (user_id)
, INDEX (authentication_method_id)
, CONSTRAINT FK_lams_user_1 FOREIGN KEY (authentication_method_id)