From 0b08a41eb22157fc252f79f32ca6cb5c651d0733 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 7 Jul 2003 16:35:46 +0000 Subject: [PATCH] Ajout tables --- mysql/drop.sql | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mysql/drop.sql b/mysql/drop.sql index 7e334313ab5..062886b6947 100644 --- a/mysql/drop.sql +++ b/mysql/drop.sql @@ -39,6 +39,8 @@ drop table if exists c_stcomm; drop table if exists c_typent ; +drop table if exists llx_action_def; + drop table if exists llx_actioncomm; drop table if exists llx_adherent; @@ -115,6 +117,8 @@ drop table if exists llx_newsletter; drop table if exists llx_notify ; +drop table if exists llx_notify_def; + drop table if exists llx_paiement; drop table if exists llx_paiementfourn; @@ -127,6 +131,8 @@ drop table if exists llx_projet; drop table if exists llx_propal; +drop table if exists llx_propal_model_pdf; + drop table if exists llx_propaldet; drop table if exists llx_service;