From f3c8adcc69a527c63e766a47d406f579ddba4d02 Mon Sep 17 00:00:00 2001 From: Regis Houssin <regis@dolibarr.fr> Date: Fri, 8 Sep 2006 08:26:06 +0000 Subject: [PATCH] =?UTF-8?q?Modif:=20augmentation=20de=20la=20capacit=E9=20?= =?UTF-8?q?du=20champ=20"description"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/migration/2.0.0-2.1.0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index df0eb95c03d..c1df8bcd85e 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -114,7 +114,7 @@ create table llx_product_det rowid integer AUTO_INCREMENT PRIMARY KEY, fk_product integer DEFAULT 0 NOT NULL, lang varchar(5) DEFAULT 0 NOT NULL, - label varchar(255), + label varchar(255) NOT NULL, description text, note text )type=innodb; -- GitLab