From bfc328ef5e1b53edd9ee1bcbc3efee8746ffa80e Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 21 Jul 2014 14:56:27 +1200 Subject: [PATCH] CRM-15009 extend permitted length of field on payment processor signature --- CRM/Upgrade/Incremental/sql/4.5.beta3.mysql.tpl | 3 +++ xml/schema/Financial/PaymentProcessor.xml | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.25.1