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

Modified Files:
      Tag: b1_6
        migration_1.5_to_1.6.txt 
Log Message:
CMSC-1348 - Newsletter: Sent At-column is not working properly


See also: http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/migration
See also: http://www.mmbase.org/jira/browse/CMSC-1348


Index: migration_1.5_to_1.6.txt
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/migration/migration_1.5_to_1.6.txt,v
retrieving revision 1.19
retrieving revision 1.19.2.1
diff -u -b -r1.19 -r1.19.2.1
--- migration_1.5_to_1.6.txt    25 Feb 2009 10:44:26 -0000      1.19
+++ migration_1.5_to_1.6.txt    27 Mar 2009 07:01:17 -0000      1.19.2.1
@@ -102,6 +102,16 @@
 *
 *
 
+Name: Add a sendtime column in <prefix>_newsletterpublication table
+Goal: Used to save/get sendtime,CMSC-1348
+Type: sql-script
+--- Start script ---
+ALTER TABLE mm_newsletterpublication ADD sendtime datetime;
+ALTER TABLE live_newsletterpublication ADD sendtime datetime;
+--- End script ---
+*
+*
+*
 
 Name: The <cmsc:renderURL> uses stricter page parameter input, for resolving 
of page location
 Goal: better JSP code
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to