From: x2003bruneau Date: Sun, 13 Aug 2006 19:50:02 +0000 (+0000) Subject: Table emails_broken is never used... so drop it ! X-Git-Tag: xorg/0.9.11~103 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=66bd2918a6fdbc4222a0761b5c9b5770a209eb8f;p=platal.git Table emails_broken is never used... so drop it ! git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@812 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/upgrade/0.9.11/05_email_watch.sql b/upgrade/0.9.11/05_email_watch.sql index e24f906..91879b7 100644 --- a/upgrade/0.9.11/05_email_watch.sql +++ b/upgrade/0.9.11/05_email_watch.sql @@ -7,3 +7,4 @@ CREATE TABLE `emails_watch` ( `description` TEXT NOT NULL, PRIMARY KEY(`email`) ); +DROP TABLE `emails_broken`;