From db86e20778905320adbfd51d1c4787517bfdcfda Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 1 Jun 2007 19:39:11 +0000 Subject: [PATCH] Qual: Suppression tables obsoletes et non utilisees --- mysql/migration/2.1.0-2.2.0.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mysql/migration/2.1.0-2.2.0.sql b/mysql/migration/2.1.0-2.2.0.sql index 2115e648007..450afe09d74 100644 --- a/mysql/migration/2.1.0-2.2.0.sql +++ b/mysql/migration/2.1.0-2.2.0.sql @@ -548,7 +548,7 @@ ALTER TABLE `llx_socpeople` CHANGE `fk_user_create` `fk_user_creat` INT(11) NULL drop table if exists llx_soc_events; -drop table if exists llx_todocomm.sql; -drop table if exists llx_ventes.sql; -drop table if exists llx_pointmort.sql; +drop table if exists llx_todocomm; +drop table if exists llx_ventes; +drop table if exists llx_pointmort; drop table if exists llx_birthday_alert;