From 3e205a255273b66cad46273b292bf69dd3b6fe70 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Wed, 11 Aug 2010 18:35:32 +0000 Subject: [PATCH] Qual: Renamed french field "envente" into "tosell". --- htdocs/install/mysql/migration/2.9.0-3.0.0.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/install/mysql/migration/2.9.0-3.0.0.sql b/htdocs/install/mysql/migration/2.9.0-3.0.0.sql index 279511ccb24..d7ee2708b5b 100644 --- a/htdocs/install/mysql/migration/2.9.0-3.0.0.sql +++ b/htdocs/install/mysql/migration/2.9.0-3.0.0.sql @@ -12,6 +12,6 @@ alter table llx_product add column recuperableonly integer NOT NULL DEFAUL alter table llx_product_price add column recuperableonly integer NOT NULL DEFAULT '0' after tva_tx; -alter table llx_product change column envente tosell tinyint DEFAULT 1; -alter table llx_product add column tobuy tinyint DEFAULT 1 after tosell; +alter table llx_product change column envente tosell smallint DEFAULT 1; +alter table llx_product add column tobuy smallint DEFAULT 1 after tosell; \ No newline at end of file -- GitLab