From 6435ea9ff84c1cc59820dee43f38d6a9ad150879 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 24 Jul 2003 12:28:51 +0000 Subject: [PATCH] Ajout table llx_cond_reglement --- mysql/drop.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql/drop.sql b/mysql/drop.sql index 062886b6947..26922a0c8f6 100644 --- a/mysql/drop.sql +++ b/mysql/drop.sql @@ -81,6 +81,8 @@ drop table if exists llx_compta_account; drop table if exists llx_concert ; +drop table if exists llx_cond_reglement ; + drop table if exists llx_const; drop table if exists llx_cotisation;