From dfc8a364fc1de834b3fcf6e2ac7667ecc389f34a Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 19 Nov 2003 15:28:53 +0000 Subject: [PATCH] Ajout modif table llx_entrepot --- 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 242690478f5..f51dcef5b72 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_product add stock_propale integer default 0; alter table llx_product add stock_commande integer default 0;