From 3847c74e2b8de179bb27dbe8a336cf52e8e36a42 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Fri, 8 Sep 2017 06:38:34 +1000 Subject: [PATCH] CRM-21157 date column information into array of converted columns in System Check --- CRM/Utils/Check/Component/Timestamps.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Utils/Check/Component/Timestamps.php b/CRM/Utils/Check/Component/Timestamps.php index 00477e1d0b..4448a65ace 100644 --- a/CRM/Utils/Check/Component/Timestamps.php +++ b/CRM/Utils/Check/Component/Timestamps.php @@ -131,6 +131,7 @@ class CRM_Utils_Check_Component_Timestamps extends CRM_Utils_Check_Component { array('table' => 'civicrm_mailing_job', 'column' => 'end_date', 'changed' => '4.7.20', 'jira' => 'CRM-9683'), array('table' => 'civicrm_mailing_spool', 'column' => 'added_at', 'changed' => '4.7.20', 'jira' => 'CRM-9683'), array('table' => 'civicrm_mailing_spool', 'column' => 'removed_at', 'changed' => '4.7.20', 'jira' => 'CRM-9683'), + array('table' => 'civicrm_subscription_history', 'column' => 'date', 'changed' => '4.7.26', 'default' => 'CURRENT_TIMESTAMP', 'jira' => 'CRM-21157'), ); } -- 2.25.1