diff --git a/mysql/drop.sql b/mysql/drop.sql index 1f286bc0588..ae04d7bf31f 100644 --- a/mysql/drop.sql +++ b/mysql/drop.sql @@ -19,6 +19,11 @@ -- $Source$ -- +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; + drop table if exists c_actioncomm; drop table if exists c_chargesociales; @@ -101,8 +106,12 @@ drop table if exists llx_fa_pr; drop table if exists llx_facture; +drop table if exists llx_facture_rec; + drop table if exists llx_facturedet; +drop table if exists llx_facturedet_rec; + drop table if exists llx_facture_fourn; drop table if exists llx_facture_fourn_det; @@ -131,6 +140,8 @@ drop table if exists llx_pointmort; drop table if exists llx_product; +drop table if exists llx_product_fournisseur; + drop table if exists llx_product_price; drop table if exists llx_projet;