From e72d4e976e536642b7de945187b4ab9c1f2aebb3 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sun, 15 Apr 2007 13:47:31 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20d=C3=A9cimal=20stock?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/admin/sql/patch/upgrade27.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/html/admin/sql/patch/upgrade27.sql b/html/admin/sql/patch/upgrade27.sql index 9b2b4e116..1745a8995 100644 --- a/html/admin/sql/patch/upgrade27.sql +++ b/html/admin/sql/patch/upgrade27.sql @@ -1,5 +1,6 @@ begin; insert into format_csv_banque values ('Dexia','dexia_be.inc.php'); +alter table stock_goods alter sg_quantity type numeric(8,4); update version set val=28; commit; \ No newline at end of file