Fix import model not correctly saved #5185
This commit is contained in:
parent
4226396da4
commit
f2e4fdcce4
@ -501,3 +501,5 @@ CREATE TABLE llx_oauth_state (
|
|||||||
fk_adherent integer,
|
fk_adherent integer,
|
||||||
entity integer
|
entity integer
|
||||||
)ENGINE=InnoDB;
|
)ENGINE=InnoDB;
|
||||||
|
|
||||||
|
ALTER TABLE llx_import_model MODIFY COLUMN type varchar(50);
|
||||||
Loading…
Reference in New Issue
Block a user