fix: erreur sql à l'installation
This commit is contained in:
parent
8a17d1ddeb
commit
76d1037b91
@ -26,7 +26,7 @@
|
||||
create table document_model
|
||||
(
|
||||
nom varchar(50) PRIMARY KEY,
|
||||
type varchar(12) NOT NULL,
|
||||
"libelle" varchar(255),
|
||||
"description" text
|
||||
);
|
||||
type varchar(12) NOT NULL,
|
||||
libelle varchar(255),
|
||||
description text
|
||||
)type=innodb;
|
||||
@ -52,5 +52,5 @@ create table llx_facture
|
||||
|
||||
note text,
|
||||
note_public text,
|
||||
model varchar(50),
|
||||
model varchar(50)
|
||||
)type=innodb;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user