projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e9c61a
)
Removes unused domains.
author
Stéphane Jacob
<sj@m4x.org>
Fri, 4 Mar 2011 10:38:56 +0000
(11:38 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Fri, 4 Mar 2011 11:47:16 +0000
(12:47 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
upgrade/1.1.0/02_new_mail_insertion.sql
patch
|
blob
|
blame
|
history
diff --git
a/upgrade/1.1.0/02_new_mail_insertion.sql
b/upgrade/1.1.0/02_new_mail_insertion.sql
index
ce90b8b
..
2e6353f
100644
(file)
--- a/
upgrade/1.1.0/02_new_mail_insertion.sql
+++ b/
upgrade/1.1.0/02_new_mail_insertion.sql
@@
-212,4
+212,8
@@
DELETE FROM email_virtual WHERE email LIKE 'tech-email%';
DELETE FROM email_virtual_domains
WHERE name IN ('fanfarix.polytechnique.net', 'asd', 'x-russie', 'formation', 'groupetest', 'x-sursaut');
+-- Deletes unused domains
+DELETE FROM email_virtual_domains
+ WHERE name LIKE 'manageurs.%';
+
-- vim:set syntax=mysql: