From b7f2af3b22ae100cc4d6056515fa0723fc90a05b Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 19 Nov 2003 15:32:10 +0000 Subject: [PATCH] Modif syntax error --- mysql/migration/1.1.0-1.2.0-RC1.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/migration/1.1.0-1.2.0-RC1.sql b/mysql/migration/1.1.0-1.2.0-RC1.sql index f51dcef5b72..a78301ac0fe 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -1,7 +1,7 @@ alter table llx_propal add fin_validite datetime ; -alter table llx_entrepot add statut default tinyint default 1; +alter table llx_entrepot add statut tinyint default 1; alter table llx_product add stock_propale integer default 0; alter table llx_product add stock_commande integer default 0;