From 6620f97109943a7fcb1b99ef0192ec595cb0a5d9 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 22 Jun 2003 09:43:21 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=E0=20jour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/drop.sql | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mysql/drop.sql b/mysql/drop.sql index 2d473568877..1ae18645204 100644 --- a/mysql/drop.sql +++ b/mysql/drop.sql @@ -19,10 +19,6 @@ -- $Source$ -- -drop table if exists actioncomm; - -drop table if exists bots; - drop table if exists c_anexpe; drop table if exists c_actioncomm; @@ -43,6 +39,8 @@ drop table if exists c_stcomm; drop table if exists c_typent ; +drop table if exists llx_actioncomm; + drop table if exists llx_adherent; drop table if exists llx_adherent_type; @@ -115,6 +113,8 @@ drop table if exists llx_livre_to_auteur ; drop table if exists llx_newsletter; +drop table if exists llx_notify ; + drop table if exists llx_paiement; drop table if exists llx_pointmort; @@ -157,15 +157,15 @@ drop table if exists soccontactinfo; drop table if exists socfollowresume; -drop table if exists socstatutlog ; +drop table if exists llx_socstatutlog ; drop table if exists region_resume ; -drop table if exists societe; +drop table if exists llx_societe; drop table if exists soc_events; drop table if exists soc_recontact; -drop table if exists socpeople; +drop table if exists llx_socpeople;