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

Modified Files:
        migration_1.4_to_1.5.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_to_1.5.txt
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/migration/migration_1.4_to_1.5.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- migration_1.4_to_1.5.txt    26 Jun 2008 08:11:05 -0000      1.4
+++ migration_1.4_to_1.5.txt    15 Jul 2008 12:12:46 -0000      1.5
@@ -8,14 +8,16 @@
 Execute the following steps below in the given order:
 
 
-Name: Add maxlength column to formfield
+Name: Add maxlength and thank_text column to formfield for Response Form 
portlet
 Goal: Add maxlength column to formfield
 Type:  sql-script
 --- Start script ---
 ALTER TABLE mm_formfield ADD column maxlength int(11);
+ALTER TABLE mm_responseform ADD COLUMN thank_text TEXT NULL;
 ALTER TABLE mm_urls MODIFY url TEXT NOT NULL;
 
 ALTER TABLE live_formfield ADD column maxlength int(11);
+ALTER TABLE live_responseform ADD COLUMN thank_text TEXT NULL;
 ALTER TABLE live_urls MODIFY url TEXT NOT NULL;
 
 --- End script ---
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to