Update of /var/cvs/contributions/CMSContainer/migration
In directory james.mmbase.org:/tmp/cvs-serv3717
Modified Files:
migration_1.4_to_1.5.txt
Log Message:
CMSC-681 Asset Maintenance
See also: http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/migration
See also: http://www.mmbase.org/jira/browse/CMSC-681
Index: migration_1.4_to_1.5.txt
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer/migration/migration_1.4_to_1.5.txt,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- migration_1.4_to_1.5.txt 17 Dec 2008 02:09:26 -0000 1.18
+++ migration_1.4_to_1.5.txt 17 Dec 2008 02:33:01 -0000 1.19
@@ -147,3 +147,24 @@
*
*
+Name: Add the active field to the people table of the Community database
+Goal: .
+Type: sql-script
+--- Start script ---
+ALTER TABLE people ADD COLUMN active varchar(255);
+--- End script ---
+Exceptions/errors/other problems and what to do:
+*
+*
+*
+
+Name: Moved users without a status to active, in the Community database
+Goal: .
+Type: sql-script
+--- Start script ---
+UPDATE people SET active='Active' WHERE active is null or active='';
+--- End script ---
+Exceptions/errors/other problems and what to do:
+*
+*
+*
\ No newline at end of file
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs