From e4b14d086c90d6ee0b494960bb5014733a22e581 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 4 Oct 2006 13:18:51 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20le=20champ=20type=20=E9tait=20=E0=2012?= =?UTF-8?q?=20au=20lieu=20de=2020=20caract=E8res?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 f0136cbb119..c105dd1d81d 100644 --- a/mysql/tables/llx_document_model.sql +++ b/mysql/tables/llx_document_model.sql @@ -27,7 +27,7 @@ create table llx_document_model ( rowid integer AUTO_INCREMENT PRIMARY KEY, nom varchar(50), - type varchar(12) NOT NULL, + type varchar(20) NOT NULL, libelle varchar(255), description text )type=innodb; \ No newline at end of file