diff --git a/mysql/drop.sql b/mysql/drop.sql index 7e334313ab5..062886b6947 100644 --- a/mysql/drop.sql +++ b/mysql/drop.sql @@ -39,6 +39,8 @@ drop table if exists c_stcomm; drop table if exists c_typent ; +drop table if exists llx_action_def; + drop table if exists llx_actioncomm; drop table if exists llx_adherent; @@ -115,6 +117,8 @@ drop table if exists llx_newsletter; drop table if exists llx_notify ; +drop table if exists llx_notify_def; + drop table if exists llx_paiement; drop table if exists llx_paiementfourn; @@ -127,6 +131,8 @@ drop table if exists llx_projet; drop table if exists llx_propal; +drop table if exists llx_propal_model_pdf; + drop table if exists llx_propaldet; drop table if exists llx_service;