Skip to content
Snippets Groups Projects
Commit 1f65ca19 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #5274 from atm-maxime/fix_import_model_type_size4

Fix import model not correctly saved #5185
parents 5c36aa38 f2e4fdcc
No related branches found
No related tags found
No related merge requests found
...@@ -501,3 +501,5 @@ CREATE TABLE llx_oauth_state ( ...@@ -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);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment