From 6a33bbd1c5434660907af7c4d470d9d7835937de Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 23 Apr 2003 11:13:12 +0000 Subject: [PATCH] Ajout de tables --- mysql/drop.sql | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/mysql/drop.sql b/mysql/drop.sql index 0025a92a8c8..2211bdc1427 100644 --- a/mysql/drop.sql +++ b/mysql/drop.sql @@ -53,6 +53,10 @@ drop table if exists llx_adherent_options_label; drop table if exists llx_album; +drop table if exists llx_album_to_groupart ; + +drop table if exists llx_appro ; + drop table if exists llx_auteur; drop table if exists llx_bank; @@ -75,10 +79,14 @@ drop table if exists llx_compta; drop table if exists llx_compta_account; +drop table if exists llx_concert ; + drop table if exists llx_const; drop table if exists llx_cotisation; +drop table if exists llx_domain ; + drop table if exists llx_don; drop table if exists llx_don_projet; @@ -97,8 +105,12 @@ drop table if exists llx_fichinter; drop table if exists llx_groupart; +drop table if exists llx_lieu_concert ; + drop table if exists llx_livre; +drop table if exists llx_livre_to_auteur ; + drop table if exists llx_paiement; drop table if exists llx_pointmort; @@ -117,6 +129,10 @@ drop table if exists llx_soc_recontact; drop table if exists llx_sqltables; +drop table if exists llx_todocomm ; + +drop table if exists llx_transaction_bplc ; + drop table if exists llx_tva; drop table if exists llx_user;