From 8f665151f2c0b7af3b6d0d0c639293690b6bd216 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 4 Aug 2003 13:43:07 +0000 Subject: [PATCH] Ajout llx_contrat --- mysql/drop.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql/drop.sql b/mysql/drop.sql index 26922a0c8f6..b5b86910fbd 100644 --- a/mysql/drop.sql +++ b/mysql/drop.sql @@ -75,6 +75,8 @@ drop table if exists llx_boxes_def; drop table if exists llx_chargesociales; +drop table if exists llx_contrat; + drop table if exists llx_compta; drop table if exists llx_compta_account;