From: Eileen McNaughton Date: Mon, 21 Jul 2014 02:56:27 +0000 (+1200) Subject: CRM-15009 extend permitted length of field on payment processor signature X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bfc328ef5e1b53edd9ee1bcbc3efee8746ffa80e;p=civicrm-core.git CRM-15009 extend permitted length of field on payment processor signature --- diff --git a/CRM/Upgrade/Incremental/sql/4.5.beta3.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.5.beta3.mysql.tpl index 89e9b812c7..27bd4bac6d 100644 --- a/CRM/Upgrade/Incremental/sql/4.5.beta3.mysql.tpl +++ b/CRM/Upgrade/Incremental/sql/4.5.beta3.mysql.tpl @@ -1 +1,4 @@ {* file to handle db changes in 4.5.beta3 during upgrade *} +--CRM-15009 +ALTER TABLE `civicrm_payment_processor` +CHANGE COLUMN `signature` `signature` LONGTEXT NULL DEFAULT NULL; diff --git a/xml/schema/Financial/PaymentProcessor.xml b/xml/schema/Financial/PaymentProcessor.xml index a5bb7f4fb0..efc34c4846 100644 --- a/xml/schema/Financial/PaymentProcessor.xml +++ b/xml/schema/Financial/PaymentProcessor.xml @@ -112,8 +112,7 @@ signature Signature - varchar - 255 + text 1.8