Update of /var/cvs/contributions/CMSContainer/migration
In directory james.mmbase.org:/tmp/cvs-serv1601

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.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- migration_1.4_to_1.5.txt    12 Dec 2008 14:30:50 -0000      1.17
+++ migration_1.4_to_1.5.txt    17 Dec 2008 02:09:26 -0000      1.18
@@ -119,6 +119,8 @@
 --- Start script ---
 ALTER TABLE mm_newsletterpublication ADD static_html text;
 ALTER TABLE mm_newsletterpublication ADD process_status varchar(50);
+ALTER TABLE live_newsletterpublication ADD static_html text;
+ALTER TABLE live_newsletterpublication ADD process_status varchar(50);
 --- End script ---
 *
 *
@@ -138,30 +140,10 @@
 Type:  sql-script
 --- Start script ---
 ALTER TABLE mm_newsletterpublication ADD COLUMN approved_by varchar(255);
+ALTER TABLE live_newsletterpublication ADD COLUMN approved_by varchar(255);
 --- End script ---
 Exceptions/errors/other problems and what to do:
 *
 *
 *
 
-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

Reply via email to