From babffd2cee2736d8d9795a0af2971adb7616ccda Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 1 Dec 2006 11:09:53 +0000 Subject: [PATCH] Ajout champs canvas --- mysql/tables/llx_product.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mysql/tables/llx_product.sql b/mysql/tables/llx_product.sql index aca298518ed..791d8c7fa99 100644 --- a/mysql/tables/llx_product.sql +++ b/mysql/tables/llx_product.sql @@ -1,5 +1,5 @@ -- ============================================================================ --- Copyright (C) 2002-2003 Rodolphe Quiedeville +-- Copyright (C) 2002-2006 Rodolphe Quiedeville -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by @@ -39,8 +39,8 @@ create table llx_product stock_propale integer DEFAULT 0, stock_commande integer DEFAULT 0, seuil_stock_alerte integer DEFAULT 0, - gencode varchar(255) DEFAULT NULL - + gencode varchar(255) DEFAULT NULL, + canvas varchar(15) DEFAULT '' )type=innodb;