Set texport_server table name field varchar 600 - #1015

This commit is contained in:
enriquecd 2017-07-17 16:19:38 +02:00
parent 66ad86a302
commit 4aa04cfef0
1 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
alter table tusuario add autorefresh_white_list text not null default '';
alter table tusuario add autorefresh_white_list text not null default '';
ALTER TABLE tserver_export MODIFY name varchar(600) BINARY NOT NULL default '';