Author: kevinshen
Date: 2009-08-13 05:34:26 +0200 (Thu, 13 Aug 2009)
New Revision: 37754

Modified:
   CMSContainer/trunk/CMSContainer/migration/migration_1.6_to_1.7.txt
Log:
CMSC-638 Add an icon in the version history showing if a version has been 
published in the past  add  publish field and onlive field 

Modified: CMSContainer/trunk/CMSContainer/migration/migration_1.6_to_1.7.txt
===================================================================
--- CMSContainer/trunk/CMSContainer/migration/migration_1.6_to_1.7.txt  
2009-08-13 03:32:44 UTC (rev 37753)
+++ CMSContainer/trunk/CMSContainer/migration/migration_1.6_to_1.7.txt  
2009-08-13 03:34:26 UTC (rev 37754)
@@ -144,3 +144,16 @@
 *
 *
 *
+
+Name: Add a publish column and a onlive column in <prefix>_archive table
+Goal: add publish field and onlive field in archive table, related issue 
CMSC-247,CMSC-638 
+Type:  sql-script
+--- Start script ---
+ALTER TABLE mm_archive ADD publish tinyint(1) NOT NULL default '0';
+ALTER TABLE mm_archive ADD onlive tinyint(1) NOT NULL default '0';
+
+--- End script ---
+Exceptions/errors/other problems and what to do:
+*
+*
+*
\ No newline at end of file

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to