From c01bfe8d5d5d127e4b5973040b866da34ca6213c Mon Sep 17 00:00:00 2001 From: jlb Date: Mon, 3 Mar 2003 17:39:42 +0000 Subject: [PATCH] passage des constante en text --- mysql/tables/llx_const.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql/tables/llx_const.sql b/mysql/tables/llx_const.sql index 32b16118225..57d6403ff31 100644 --- a/mysql/tables/llx_const.sql +++ b/mysql/tables/llx_const.sql @@ -27,8 +27,8 @@ create table llx_const ( rowid integer AUTO_INCREMENT PRIMARY KEY, name varchar(255), - value varchar(255), - type enum('yesno'), + value text, -- max 65535 caracteres + type enum('yesno','texte','chaine'), note text, UNIQUE INDEX(name)