From b5c82b2d196d03eac06b2201acf04660f013d19b Mon Sep 17 00:00:00 2001 From: Dave Jenkins Date: Thu, 30 Apr 2015 15:52:20 +0100 Subject: [PATCH] CRM-16427 - Advanced logging: ignore changes to civicrm_group refresh_date field --- CRM/Logging/Schema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Logging/Schema.php b/CRM/Logging/Schema.php index 4753fd31e9..f5446dfe65 100644 --- a/CRM/Logging/Schema.php +++ b/CRM/Logging/Schema.php @@ -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'), ); /** -- 2.25.1