CRM-16427 - Advanced logging: ignore changes to civicrm_group refresh_date field
authorDave Jenkins <davej+git@circle-interactive.co.uk>
Thu, 30 Apr 2015 14:52:20 +0000 (15:52 +0100)
committerDave Jenkins <davej+git@circle-interactive.co.uk>
Thu, 30 Apr 2015 14:52:20 +0000 (15:52 +0100)
CRM/Logging/Schema.php

index 4753fd31e999ffca19b28141608ab33201ea711d..f5446dfe6531d521928bdd2e039f754a99102143 100644 (file)
@@ -49,7 +49,7 @@ class CRM_Logging_Schema {
   //CRM-13028 / NYSS-6933 - table => array (cols) - to be excluded from the update statement
   private $exceptions = array(
     'civicrm_job' => array('last_run'),
-    'civicrm_group' => array('cache_date'),
+    'civicrm_group' => array('cache_date', 'refresh_date'),
   );
 
   /**