From f2e4fdcce45358c90261eeb4b20f6b4bc6ababaf Mon Sep 17 00:00:00 2001 From: Maxime Kohlhaas Date: Sat, 4 Jun 2016 00:16:01 +0200 Subject: [PATCH] Fix import model not correctly saved #5185 --- htdocs/install/mysql/migration/3.9.0-4.0.0.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/install/mysql/migration/3.9.0-4.0.0.sql b/htdocs/install/mysql/migration/3.9.0-4.0.0.sql index 6999d2da27b..4aae6de71e6 100644 --- a/htdocs/install/mysql/migration/3.9.0-4.0.0.sql +++ b/htdocs/install/mysql/migration/3.9.0-4.0.0.sql @@ -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); \ No newline at end of file