X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUpgrade%2FIncremental%2Fphp%2FFiveTwenty.php;h=fd22ad4a0589284095382f976fea6b531df5dad2;hb=70e0d21fc88d261d66115f077008dae45b96f14e;hp=a0514bbb5e18a50fe747c25cc074df21bbc6ef1d;hpb=d1dc8887443e4dfee6bcadf3b339cf6cf77619ad;p=civicrm-core.git diff --git a/CRM/Upgrade/Incremental/php/FiveTwenty.php b/CRM/Upgrade/Incremental/php/FiveTwenty.php index a0514bbb5e..fd22ad4a05 100644 --- a/CRM/Upgrade/Incremental/php/FiveTwenty.php +++ b/CRM/Upgrade/Incremental/php/FiveTwenty.php @@ -123,6 +123,9 @@ class CRM_Upgrade_Incremental_php_FiveTwenty extends CRM_Upgrade_Incremental_Bas ['old' => 'event_end_date_high', 'new' => 'event_high'], ], ]); + $this->addTask('Convert Log date searches to their final names either created date or modified date', 'updateSmartGroups', [ + 'renameLogFields' => [], + ]); $this->addTask('Update smart groups where jcalendar fields have been converted to datepicker', 'updateSmartGroups', [ 'datepickerConversion' => [ 'birth_date', @@ -134,6 +137,8 @@ class CRM_Upgrade_Incremental_php_FiveTwenty extends CRM_Upgrade_Incremental_Bas 'relationship_end_date', 'event', 'relation_active_period_date', + 'created_date', + 'modified_date', ], ]); $this->addTask('Clean up unused table "civicrm_persistent"', 'dropTableIfEmpty', 'civicrm_persistent');