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

Modified Files:
      Tag: b1_5
        migration_1.4_to_1.5.txt 
Log Message:
CMSC-121 -  New stylesheet option, overwriteable - Mind the migration scripts 
please.


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


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.9
retrieving revision 1.9.2.1
diff -u -b -r1.9 -r1.9.2.1
--- migration_1.4_to_1.5.txt    19 Sep 2008 11:49:29 -0000      1.9
+++ migration_1.4_to_1.5.txt    6 Oct 2008 08:08:32 -0000       1.9.2.1
@@ -96,6 +96,19 @@
 ALTER TABLE live_cronjobs ADD column lastcost integer;
 --- End script ---
 Exceptions/errors/other problems and what to do:
+**
+*
+*
+
+
+Name: Add the overwritable filed to the stylesheet table.
+Goal: .
+Type:  sql-script
+--- Start script ---
+ALTER TABLE mm_stylesheet ADD COLUMN overwritable bit(1);
+ALTER TABLE live_stylesheet ADD COLUMN overwritable bit(1);
+--- 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