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:
authorj-ed <juergen@eisfair.org>2017-09-13 22:04:28 +0300
committerGitHub <noreply@github.com>2017-09-13 22:04:28 +0300
commite58725eddd98c21fc1a7792b1308b7d175ed81ee (patch)
treea3527b6f58d1e1df08d51bba3e58837e3f68de4b /README.md
parenteb4b5588474978745501894e2995ba6da9b75634 (diff)
added missing command to 'Resetting the app' paragraph
added missing `DROP TABLE oc_mail_attachments;` command to the 'Resetting the app' paragraph.
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 2537071ce..753b5d061 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;
```