fix: erreur sql à l'installation

This commit is contained in:
Regis Houssin 2006-05-06 08:12:49 +00:00
parent 8a17d1ddeb
commit 76d1037b91
2 changed files with 33 additions and 33 deletions

View File

@ -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;

View File

@ -52,5 +52,5 @@ create table llx_facture
note text,
note_public text,
model varchar(50),
model varchar(50)
)type=innodb;