Moving to GitHub.
[platal.git] / upgrade / 1.1.0 / 03_new_mail_delete_old.sql
1 DROP TABLE aliases;
2 DROP TABLE virtual;
3 DROP TABLE virtual_redirect;
4 DROP TABLE virtual_domains;
5 DROP TABLE homonyms;
6 DROP TABLE emails;
7 DROP TABLE email_options;
8
9 -- vim:set syntax=mysql: