From: Omar abu hussein Date: Tue, 20 Apr 2021 12:12:49 +0000 (+0100) Subject: Add upgrade to update civicrm_queue_item.data field to LONGTEXT X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=164df562fc0aa838ca82be9e81a529cf4cd400d3;p=civicrm-core.git Add upgrade to update civicrm_queue_item.data field to LONGTEXT --- diff --git a/CRM/Upgrade/Incremental/sql/5.38.alpha1.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.38.alpha1.mysql.tpl index 445aef4d21..4e389986d4 100644 --- a/CRM/Upgrade/Incremental/sql/5.38.alpha1.mysql.tpl +++ b/CRM/Upgrade/Incremental/sql/5.38.alpha1.mysql.tpl @@ -1 +1,3 @@ {* file to handle db changes in 5.38.alpha1 during upgrade *} + +ALTER TABLE civicrm_queue_item MODIFY data LONGTEXT;