Merge branch 'MR4-1015' into 'develop'
Set texport_server table name field varchar 600 - #1015 See merge request !664
This commit is contained in:
commit
e56eac3648
|
@ -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 '';
|
Loading…
Reference in New Issue