We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There's no reason why admins shouldn't be able to delete a domain when it's not used anymore.
The text was updated successfully, but these errors were encountered:
In database currently necessary:
# delete vouchers for each user MariaDB [mail]> DELETE FROM virtual_vouchers WHERE user_id = 1312; Query OK, 3 rows affected (0.01 sec) # delete all users MariaDB [mail]> DELETE FROM virtual_users WHERE domain_id = 42; Query OK, 1 row affected (0.00 sec) # delete domain MariaDB [mail]> DELETE FROM virtual_domains where name = 'example.de'; Query OK, 1 row affected (0.04 sec)
Sorry, something went wrong.
No branches or pull requests
There's no reason why admins shouldn't be able to delete a domain when it's not used anymore.
The text was updated successfully, but these errors were encountered: