Fix #17361 : changes into mysql/tables of export_model

This commit is contained in:
lmarcouiller 2021-05-05 11:30:13 +02:00
parent c1ac2ebc86
commit 209682e710

View File

@ -24,7 +24,7 @@ create table llx_export_model
rowid integer AUTO_INCREMENT PRIMARY KEY,
fk_user integer DEFAULT 0 NOT NULL,
label varchar(50) NOT NULL,
type varchar(20) NOT NULL,
type varchar(64) NOT NULL,
field text NOT NULL,
filter text