diff --git a/mysql/drop.sql b/mysql/drop.sql index b5b86910fbd..22510d84eff 100644 --- a/mysql/drop.sql +++ b/mysql/drop.sql @@ -139,6 +139,8 @@ drop table if exists llx_propal_model_pdf; drop table if exists llx_propaldet; +drop table if exists llx_rights_def; + drop table if exists llx_service; drop table if exists llx_societe; @@ -161,6 +163,8 @@ drop table if exists llx_tva; drop table if exists llx_user; +drop table if exists llx_user_rights; + drop table if exists llx_ventes; drop table if exists llx_voyage;