From eabef5d891f63d56f1f13d11e9b2db57f29b0afe Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 22 Jun 2003 09:39:49 +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 2211bdc1427..2d473568877 100644 --- a/mysql/drop.sql +++ b/mysql/drop.sql @@ -101,6 +101,8 @@ drop table if exists llx_facturedet; drop table if exists llx_facture_fourn; +drop table if exists llx_facture_fourn_det; + drop table if exists llx_fichinter; drop table if exists llx_groupart; @@ -111,6 +113,8 @@ drop table if exists llx_livre; drop table if exists llx_livre_to_auteur ; +drop table if exists llx_newsletter; + drop table if exists llx_paiement; drop table if exists llx_pointmort;