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; +