From e9f85685f700d19c176d3a3c0f8e7817d273ae76 Mon Sep 17 00:00:00 2001 From: sarehag Date: Sun, 28 Feb 2016 14:52:06 +0100 Subject: [PATCH] CRM-18114: DB error when exporting contact using 'merge household' option --- CRM/Export/BAO/Export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Export/BAO/Export.php b/CRM/Export/BAO/Export.php index 6c60720981..0bb887c7d5 100644 --- a/CRM/Export/BAO/Export.php +++ b/CRM/Export/BAO/Export.php @@ -1388,7 +1388,7 @@ INSERT INTO {$componentTable} SELECT distinct gc.contact_id FROM civicrm_group_c } } else { - $sqlColumns[$fieldName] = "$fieldName varchar(255)"; + $sqlColumns[$fieldName] = "$fieldName text"; } } } -- 2.25.1