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
path: root/doc
diff options
context:
space:
mode:
authorMatěj Týč <matej.tyc@gmail.com>2020-05-19 20:42:41 +0300
committerMatěj Týč <matej.tyc@gmail.com>2020-05-19 20:46:58 +0300
commitaa54b0345d67e5fd106ef8dba35780719565cfaf (patch)
treef4727533f933c16a7b25bf11465f8fe9bc658681 /doc
parent84c804de6dfc5aa914572458b2976f0b268025fe (diff)
Updated the hard app reset instructions.
Completed the list of tables to remove to fully reset the app settings. See also: #2383 Signed-off-by: Matěj Týč <matej.tyc@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/developer.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/developer.md b/doc/developer.md
index 1fc7c9869..fb8b02ab5 100644
--- a/doc/developer.md
+++ b/doc/developer.md
@@ -19,4 +19,7 @@ DROP TABLE oc_mail_accounts;
DROP TABLE oc_mail_aliases;
DROP TABLE oc_mail_coll_addresses;
DROP TABLE oc_mail_attachments;
-``` \ No newline at end of file
+DROP TABLE oc_mail_mailboxes;
+DROP TABLE oc_mail_messages;
+DROP TABLE oc_mail_recipients;
+```