Update of /var/cvs/contributions/CMSContainer/migration
In directory james.mmbase.org:/tmp/cvs-serv9688/migration
Modified Files:
migration_1.6_to_1.7.txt
Log Message:
CMSC-1341: added googleanalyticsid field to site
See also: http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/migration
See also: http://www.mmbase.org/jira/browse/CMSC-1341
Index: migration_1.6_to_1.7.txt
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer/migration/migration_1.6_to_1.7.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- migration_1.6_to_1.7.txt 30 Mar 2009 06:11:43 -0000 1.1
+++ migration_1.6_to_1.7.txt 1 Apr 2009 10:34:33 -0000 1.2
@@ -17,3 +17,13 @@
*
*
*
\ No newline at end of file
+Name: Add google analytics id
+Goal: Have a google analytics id per site
+ype: sql-script
+--- Start script ---
+ALTER TABLE mm_site ADD COLUMN googleanalyticsid VARCHAR(150) NULL;
+ALTER TABLE live_site ADD COLUMN googleanalyticsid VARCHAR(150) NULL;
+--- End script ---
+*
+*
+*
\ No newline at end of file
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs