FIX pb when saving some export profiles

This commit is contained in:
Laurent Destailleur 2021-04-20 13:30:18 +02:00
parent bd1aa38c64
commit 4180a9ef62
2 changed files with 3 additions and 1 deletions

View File

@ -48,6 +48,8 @@ UPDATE llx_c_country SET eec = 1 WHERE code IN ('AT','BE','BG','CY','CZ','DE','D
-- For v14 -- For v14
ALTER TABLE llx_export_model MODIFY COLUMN type varchar(64);
create table llx_accounting_groups_account create table llx_accounting_groups_account
( (
rowid integer AUTO_INCREMENT PRIMARY KEY, rowid integer AUTO_INCREMENT PRIMARY KEY,

View File

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