Merge branch 'MR4-1015' into 'develop'

Set texport_server table name field varchar 600 - #1015

See merge request !664
This commit is contained in:
vgilc 2017-07-17 17:05:00 +02:00
commit e56eac3648
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 '';