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