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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-09-18 11:51:09 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-09-18 11:51:09 +0300
commit9547a3b1cef8586f942ab4616694043b40c959e1 (patch)
tree702054b239e5f94f97fd8fc0ae99f226e194a175 /README.md
parente8a13521122793ccdcbd67bccf62d004270c44e9 (diff)
parent1294c54c39cba7e93eb95db431fb6930c1d67a83 (diff)
Merge branch 'master' of github.com:/nextcloud/mail into enhancement/debug-imap-smtp-log
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 43714557c..67464b24b 100644
--- a/README.md
+++ b/README.md
@@ -110,6 +110,7 @@ DELETE FROM oc_appconfig WHERE appid = 'mail';
DROP TABLE oc_mail_accounts;
DROP TABLE oc_mail_aliases;
DROP TABLE oc_mail_collected_addresses;
+DROP TABLE oc_mail_attachments;
```