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

Modified Files:
      Tag: b1_5
        migration_1.4_to_1.5.txt 
Log Message:
CMSC-948 Registration portlet for CMS container add a sql script


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


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.2.2
retrieving revision 1.9.2.3
diff -u -b -r1.9.2.2 -r1.9.2.3
--- migration_1.4_to_1.5.txt    10 Oct 2008 12:51:07 -0000      1.9.2.2
+++ migration_1.4_to_1.5.txt    5 Dec 2008 03:32:22 -0000       1.9.2.3
@@ -112,3 +112,22 @@
 *
 *
 *
\ No newline at end of file
+Name: Add the static_html field and the process_status field in 
newsletterpublication builder
+Goal: the static_html,save the Frozen edition ; process_status,save the status 
of edition,CMSC-1143
+Type: sql-script
+--- Start script ---
+ALTER TABLE mm_newsletterpublication ADD static_html text
+ALTER TABLE mm_newsletterpublication ADD process_status varchar(50)
+--- End script ---
+*
+*
+*
+Name: Modify the m_value field in portletparameter builder
+Goal: Used to save confirmation text,CMSC-948
+Type: sql-script
+--- Start script ---
+alter table mm_portletparameter modify  m_value varchar(4000)
+--- End script ---
+*
+*
+*
\ No newline at end of file
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to