X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=upgrade%2F1.1.0%2F03_new_mail_delete_old.sql;h=00cccf4b8f85fb9e5ed3597ccf659c92deb0830f;hb=30fde4e8c7cd9a2e6aad912d5d02b4609fba2430;hp=eed44e6f1cc5507e8b1f341b65c724457d1e0777;hpb=81120a6fae8573d4d333ab9009f57efa81b55c7e;p=platal.git diff --git a/upgrade/1.1.0/03_new_mail_delete_old.sql b/upgrade/1.1.0/03_new_mail_delete_old.sql index eed44e6..00cccf4 100644 --- a/upgrade/1.1.0/03_new_mail_delete_old.sql +++ b/upgrade/1.1.0/03_new_mail_delete_old.sql @@ -1,9 +1,9 @@ DROP TABLE aliases; DROP TABLE virtual; DROP TABLE virtual_redirect; +DROP TABLE virtual_domains; DROP TABLE homonyms; DROP TABLE emails; DROP TABLE email_options; -DROP TABLE domain; -- vim:set syntax=mysql: