From 27180d7f91347b6bceaf34ada9c2aa527dd759a3 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 18 Nov 2003 11:23:53 +0000 Subject: [PATCH] Nouveau fichier --- mysql/migration/1.1.0-1.2.0-RC1.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mysql/migration/1.1.0-1.2.0-RC1.sql diff --git a/mysql/migration/1.1.0-1.2.0-RC1.sql b/mysql/migration/1.1.0-1.2.0-RC1.sql new file mode 100644 index 00000000000..242690478f5 --- /dev/null +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -0,0 +1,9 @@ + +alter table llx_propal add fin_validite datetime ; + + + +alter table llx_product add stock_propale integer default 0; +alter table llx_product add stock_commande integer default 0; + +alter table llx_product add seuil_stock_alerte integer default 0;