From 6855818e3913ff44f82099b23397d3dec3f18847 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 30 Jul 2021 17:18:42 +0000 Subject: [PATCH] wip #4614 @0.25 --- inc/commons/class.common.core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/commons/class.common.core.php b/inc/commons/class.common.core.php index 6996daf0f..b9f382c1d 100644 --- a/inc/commons/class.common.core.php +++ b/inc/commons/class.common.core.php @@ -547,7 +547,7 @@ class commonCore extends cubeCore $db->ysl_survey->rating('integer', 0, false); $db->ysl_survey->rating('integer', 0, false); $db->ysl_survey->suggestions('text', 0, false); - $db->ysl_survey->country('varchar', 2, false); + $db->ysl_survey->country('varchar', 64, false); $db->ysl_survey->function('varchar', 256, false); $db->ysl_survey->primary('pk_ysl_survey', 'date'); -- 2.39.5