From 806d292ebf5f928e7714b069e746d2a5f6e15bc1 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 28 Oct 2003 12:55:05 +0000 Subject: [PATCH] Nouveau fichier --- mysql/migration/1.1.0-RC2-1.1.0.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mysql/migration/1.1.0-RC2-1.1.0.sql diff --git a/mysql/migration/1.1.0-RC2-1.1.0.sql b/mysql/migration/1.1.0-RC2-1.1.0.sql new file mode 100644 index 00000000000..10d6d2793b9 --- /dev/null +++ b/mysql/migration/1.1.0-RC2-1.1.0.sql @@ -0,0 +1,12 @@ + +-- +-- Mise à jour de la version 1.1.0-RC2 à 1.1.0 +-- + +insert into llx_const(name, value, type, note) values ('MAIN_MONNAIE','euros','chaine','Monnaie'); + +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; +