From 4aa04cfef0cd96443e4fb98129eb94801dac03d4 Mon Sep 17 00:00:00 2001 From: enriquecd Date: Mon, 17 Jul 2017 16:19:38 +0200 Subject: [PATCH] Set texport_server table name field varchar 600 - #1015 --- pandora_console/extras/mr/4.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pandora_console/extras/mr/4.sql b/pandora_console/extras/mr/4.sql index f3f9819cc4..75428b2ea3 100644 --- a/pandora_console/extras/mr/4.sql +++ b/pandora_console/extras/mr/4.sql @@ -1 +1,2 @@ -alter table tusuario add autorefresh_white_list text not null default ''; \ No newline at end of file +alter table tusuario add autorefresh_white_list text not null default ''; +ALTER TABLE tserver_export MODIFY name varchar(600) BINARY NOT NULL default ''; \ No newline at end of file