From a1b276459d89885df7cd77cbdcb51a315c0a46d7 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 10 Sep 2003 13:58:52 +0000 Subject: [PATCH] Ajout table llx_deplacemement --- mysql/drop.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql/drop.sql b/mysql/drop.sql index 22510d84eff..9fa8c2f779a 100644 --- a/mysql/drop.sql +++ b/mysql/drop.sql @@ -89,6 +89,8 @@ drop table if exists llx_const; drop table if exists llx_cotisation; +drop table if exists llx_deplacement; + drop table if exists llx_domain ; drop table if exists llx_don;