CRM-21157 date column information into array of converted columns in System Check
authorSeamus Lee <seamuslee001@gmail.com>
Thu, 7 Sep 2017 20:38:34 +0000 (06:38 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Thu, 7 Sep 2017 20:53:45 +0000 (06:53 +1000)
CRM/Utils/Check/Component/Timestamps.php

index 00477e1d0bd0f5268a622ee3ff7e0fabfc379cac..4448a65ace7e46294dc5aae6445f9f19af198ef4 100644 (file)
@@ -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'),
     );
   }