From 79d758b16a6e3360d80b19886a9bd61abe1774fd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 6 May 2006 14:01:48 +0000 Subject: [PATCH] Fix: Table llx_document_model --- mysql/tables/llx_document_model.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/tables/llx_document_model.sql b/mysql/tables/llx_document_model.sql index 773e00774a6..bd96f4764a0 100644 --- a/mysql/tables/llx_document_model.sql +++ b/mysql/tables/llx_document_model.sql @@ -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; \ No newline at end of file