diff --git a/mysql/drop.sql b/mysql/drop.sql index 2211bdc1427..2d473568877 100644 --- a/mysql/drop.sql +++ b/mysql/drop.sql @@ -101,6 +101,8 @@ drop table if exists llx_facturedet; drop table if exists llx_facture_fourn; +drop table if exists llx_facture_fourn_det; + drop table if exists llx_fichinter; drop table if exists llx_groupart; @@ -111,6 +113,8 @@ drop table if exists llx_livre; drop table if exists llx_livre_to_auteur ; +drop table if exists llx_newsletter; + drop table if exists llx_paiement; drop table if exists llx_pointmort;