From 7802c1fd183389f4cae11c440a981df1c10cac58 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 4 Aug 2003 19:58:16 +0000 Subject: [PATCH] ajout 2 tables --- mysql/drop.sql | 4 ++++ 1 file changed, 4 insertions(+) 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;