Update of /var/cvs/contributions/CMSContainer/migration
In directory james.mmbase.org:/tmp/cvs-serv9224/migration
Modified Files:
Tag: b1_5
migration_1.5.3_to_1.5.4.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.5.3_to_1.5.4.txt
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer/migration/Attic/migration_1.5.3_to_1.5.4.txt,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- migration_1.5.3_to_1.5.4.txt 27 Mar 2009 07:00:59 -0000 1.1.2.1
+++ migration_1.5.3_to_1.5.4.txt 1 Apr 2009 10:21:39 -0000 1.1.2.2
@@ -15,3 +15,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