From 7f2b6d7ed979f0b75b26e56cf89ca424b57677ef Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 21 Oct 2003 11:51:03 +0000 Subject: [PATCH] Nouveau fichier --- mysql/migration/1.1.0-RC1-1.1.0-RC2.sql | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 mysql/migration/1.1.0-RC1-1.1.0-RC2.sql diff --git a/mysql/migration/1.1.0-RC1-1.1.0-RC2.sql b/mysql/migration/1.1.0-RC1-1.1.0-RC2.sql new file mode 100644 index 00000000000..132c715c06f --- /dev/null +++ b/mysql/migration/1.1.0-RC1-1.1.0-RC2.sql @@ -0,0 +1,16 @@ + +-- +-- Mise à jour de la version 1.1.0-RC1 à 1.1.0-RC2 +-- + +delete from llx_boxes_def; + +delete from llx_boxes; + +update llx_facturedet set subprice = price where remise_percent = 0 ; + + +drop table if exists llx_entrepot; +drop table if exists llx_product_stock; +drop table if exists llx_stock; +drop table if exists llx_stock_mouvement;