Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatiasdelellis <mati86dl@gmail.com>2016-09-23 15:42:19 +0300
committerGitHub <noreply@github.com>2016-09-23 15:42:19 +0300
commitc5fd953908b2f575d5893f9e3528d10c84d7963d (patch)
tree543634a672e1502272db30bd58b2390a09fbe16e /README.md
parent5e123edac6cbb3cabb8b075a8e752a895ece3244 (diff)
We must also drop the oc_mail_aliases table.
Document was lacking since the feature was implemented.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 43cd7b220..a8ac43340 100644
--- a/README.md
+++ b/README.md
@@ -91,6 +91,7 @@ Connect to your database and run the following commands (`oc_` is the default ta
```sql
DELETE FROM oc_appconfig WHERE appid = 'mail';
DROP TABLE oc_mail_accounts;
+DROP TABLE oc_mail_aliases;
DROP TABLE oc_mail_collected_addresses;
```