From c22c3c0f869ff05fe4b96b74f2ccee3feb91c22d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 1 Jun 2007 17:48:19 +0000 Subject: [PATCH] Qual: Suppression tables obsoletes car remplacee de longue date par llx_user_alert --- mysql/migration/2.1.0-2.2.0.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/migration/2.1.0-2.2.0.sql b/mysql/migration/2.1.0-2.2.0.sql index c53c892bada..2115e648007 100644 --- a/mysql/migration/2.1.0-2.2.0.sql +++ b/mysql/migration/2.1.0-2.2.0.sql @@ -551,3 +551,4 @@ 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_birthday_alert;