mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-12 20:41:26 +01:00
fix: erreur sql l'installation
This commit is contained in:
@@ -27,6 +27,6 @@ create table document_model
|
|||||||
(
|
(
|
||||||
nom varchar(50) PRIMARY KEY,
|
nom varchar(50) PRIMARY KEY,
|
||||||
type varchar(12) NOT NULL,
|
type varchar(12) NOT NULL,
|
||||||
"libelle" varchar(255),
|
libelle varchar(255),
|
||||||
"description" text
|
description text
|
||||||
);
|
)type=innodb;
|
||||||
@@ -52,5 +52,5 @@ create table llx_facture
|
|||||||
|
|
||||||
note text,
|
note text,
|
||||||
note_public text,
|
note_public text,
|
||||||
model varchar(50),
|
model varchar(50)
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|||||||
Reference in New Issue
Block a user