From: Stéphane Jacob Date: Sun, 26 Jun 2011 12:02:31 +0000 (+0200) Subject: Do not store useless information. X-Git-Tag: xorg/1.1.2~6 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=347ed025c42cec824d5a972033b3dbbb7bf5766a;p=platal.git Do not store useless information. Signed-off-by: Stéphane Jacob --- diff --git a/upgrade/1.1.2/09_emails.sql b/upgrade/1.1.2/09_emails.sql new file mode 100644 index 0000000..875375b --- /dev/null +++ b/upgrade/1.1.2/09_emails.sql @@ -0,0 +1,4 @@ +DELETE FROM email_redirect_account + WHERE type IN ('googleapps', 'imap') AND flags = 'inactive'; + +-- vim:set syntax=mysql: