Table emails_broken is never used... so drop it !
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 13 Aug 2006 19:50:02 +0000 (19:50 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 13 Aug 2006 19:50:02 +0000 (19:50 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@812 839d8a87-29fc-0310-9880-83ba4fa771e5

upgrade/0.9.11/05_email_watch.sql

index e24f906..91879b7 100644 (file)
@@ -7,3 +7,4 @@ CREATE TABLE `emails_watch` (
     `description` TEXT NOT NULL,
     PRIMARY KEY(`email`)
 );
+DROP TABLE `emails_broken`;