diff --git a/mysql/drop.sql b/mysql/drop.sql index 9aa821a7fc4..e2ebfaf13e2 100644 --- a/mysql/drop.sql +++ b/mysql/drop.sql @@ -271,6 +271,8 @@ drop table if exists llx_contratdet; drop table if exists llx_contratdet_log; drop table if exists llx_export_compta; drop table if exists llx_prelevement; +drop table if exists llx_prelevement_bons; +drop table if exists llx_prelevement_lignes; drop table if exists llx_prelevement_facture; drop table if exists llx_prelevement_facture_demande; drop table if exists llx_prelevement_rejet; @@ -278,4 +280,36 @@ drop table if exists llx_product_fournisseur_price; drop table if exists llx_societe_commerciaux; drop table if exists llx_user_clicktodial; drop table if exists llx_usergroup; -drop table if exists llx_usergroup_user; \ No newline at end of file +drop table if exists llx_usergroup_rights; +drop table if exists llx_usergroup_user; + + +drop table if exists llx_cash; +drop table if exists llx_cash_account; +drop table if exists llx_contrat_service; +drop table if exists llx_telephonie_client_statistique; +drop table if exists llx_telephonie_client_stats; +drop table if exists llx_telephonie_client_stats_mensuel; +drop table if exists llx_telephonie_commande; +drop table if exists llx_telephonie_commande_retour; +drop table if exists llx_telephonie_communications_details; +drop table if exists llx_telephonie_concurrents; +drop table if exists llx_telephonie_contact_facture; +drop table if exists llx_telephonie_contrat; +drop table if exists llx_telephonie_contrat_contact_facture; +drop table if exists llx_telephonie_facture; +drop table if exists llx_telephonie_fournisseur; +drop table if exists llx_telephonie_groupe_ligne; +drop table if exists llx_telephonie_groupeligne; +drop table if exists llx_telephonie_import_cdr; +drop table if exists llx_telephonie_ligne_statistique; +drop table if exists llx_telephonie_prefix; +drop table if exists llx_telephonie_service; +drop table if exists llx_telephonie_simul; +drop table if exists llx_telephonie_simul_comm; +drop table if exists llx_telephonie_societe_ligne; +drop table if exists llx_telephonie_societe_ligne_remise; +drop table if exists llx_telephonie_societe_ligne_statut; +drop table if exists llx_telephonie_tarif; +drop table if exists llx_telephonie_tarif_client; +drop table if exists llx_telephonie_tarif_fournisseur; \ No newline at end of file