Nouveau fichier
This commit is contained in:
parent
e08f97f29e
commit
806d292ebf
12
mysql/migration/1.1.0-RC2-1.1.0.sql
Normal file
12
mysql/migration/1.1.0-RC2-1.1.0.sql
Normal file
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user