Fix: Table llx_document_model
This commit is contained in:
parent
a79cabdc10
commit
79d758b16a
@ -26,7 +26,7 @@
|
||||
create table llx_document_model
|
||||
(
|
||||
nom varchar(50) PRIMARY KEY,
|
||||
type varchar(12) NOT NULL,
|
||||
type varchar(12) NOT NULL,
|
||||
libelle varchar(255),
|
||||
description text
|
||||
)type=innodb;
|
||||
Loading…
Reference in New Issue
Block a user