CRM-18683 4.6.17 ver of upgrade script
authoreileenmcnaugton <eileen@fuzion.co.nz>
Sun, 22 May 2016 22:02:31 +0000 (10:02 +1200)
committereileen <emcnaughton@wikimedia.org>
Sun, 5 Jun 2016 15:10:55 +0000 (09:10 -0600)
CRM/Upgrade/Incremental/sql/4.6.18.mysql.tpl

index 8317dce026e946cdb5d78cb4071f853406e18af7..09edb026191bef4a2b7ed2ecdde37491ab270037 100644 (file)
@@ -1 +1,4 @@
 {* file to handle db changes in 4.6.18 during upgrade *}
+-- CRM-18516 Convert the date fields relating to group caching and acl caching timestamp
+ALTER TABLE civicrm_group CHANGE cache_date cache_date timestamp NULL DEFAULT NULL , CHANGE refresh_date refresh_date timestamp NULL DEFAULT NULL;
+ALTER TABLE civicrm_acl_cache CHANGE modified_date modified_date timestamp NULL DEFAULT NULL;