mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-17 06:51:23 +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,
|
||||
type varchar(12) NOT NULL,
|
||||
"libelle" varchar(255),
|
||||
"description" text
|
||||
);
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user