Fix import model not correctly saved #5185

This commit is contained in:
Maxime Kohlhaas 2016-06-04 00:16:01 +02:00
parent 4226396da4
commit f2e4fdcce4

View File

@ -501,3 +501,5 @@ CREATE TABLE llx_oauth_state (
fk_adherent integer,
entity integer
)ENGINE=InnoDB;
ALTER TABLE llx_import_model MODIFY COLUMN type varchar(50);