From e79382fb3371c0666dfc148595fa42ef1861e6d7 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 18 May 2022 19:32:46 -0700 Subject: [PATCH] FiveFortyNine - Tweak task title --- CRM/Upgrade/Incremental/php/FiveFortyNine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Upgrade/Incremental/php/FiveFortyNine.php b/CRM/Upgrade/Incremental/php/FiveFortyNine.php index 39ac066162..0bf8a9f952 100644 --- a/CRM/Upgrade/Incremental/php/FiveFortyNine.php +++ b/CRM/Upgrade/Incremental/php/FiveFortyNine.php @@ -108,7 +108,7 @@ class CRM_Upgrade_Incremental_php_FiveFortyNine extends CRM_Upgrade_Incremental_ } $this->executedLimitToFix = (bool) version_compare($startRev, '5.49.beta1', '>='); if ($this->executedLimitToFix) { - $this->addTask('Revert civicrm_action_schedule.limit_to to be NULL', 'changeBooleanColumnLimitTo'); + $this->addTask('Update "civicrm_action_schedule.limit_to" to re-enable "NULL" values', 'changeBooleanColumnLimitTo'); } } -- 2.25.1