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

Modified Files:
      Tag: b1_4
        migration_1.4.6_to_1.4.7.txt 
Log Message:
CMSC-873 - Add missing columns to database: max_length and thank_text


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


Index: migration_1.4.6_to_1.4.7.txt
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/migration/Attic/migration_1.4.6_to_1.4.7.txt,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- migration_1.4.6_to_1.4.7.txt        2 May 2008 15:30:38 -0000       1.1.2.2
+++ migration_1.4.6_to_1.4.7.txt        15 Jul 2008 12:12:52 -0000      1.1.2.3
@@ -1,8 +1,8 @@
 Migration document:
 
 Part: core
-From versie: 1.4.6
-To versie: 1.4.7
+From version: 1.4.6
+To version: 1.4.7
 
 
 Execute the following steps below in the given order:
@@ -19,3 +19,18 @@
 *
 *
 *
+
+
+Name: Add maxlength and thank_text to dbase for Response Form portlet 
+Goal: Support for response thank text in response form portlet
+Type:  sql-script
+--- Start script ---
+ALTER TABLE mm_formfield ADD COLUMN maxlength int(11) DEFAULT 0;
+ALTER TABLE mm_responseform ADD COLUMN thank_text TEXT NULL;
+
+ALTER TABLE live_formfield ADD COLUMN maxlength int(11) DEFAULT 0;
+ALTER TABLE live_responseform ADD COLUMN thank_text TEXT NULL;
+--- End script ---
+*
+*
+
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to