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:
authorAnna Larch <anna@nextcloud.com>2021-03-23 14:55:05 +0300
committerAnna Larch <anna@nextcloud.com>2021-03-23 15:37:37 +0300
commitd5cf9ce0c8e0ed686c1979e42e92263dd987720f (patch)
tree8740c986a06e1b4b8ad270c93c63513b9822a59f /doc
parentc8d2059c2ef25e4fd6ab472e88294c23cd7c5593 (diff)
Update developer.md
Add tagging tables Signed-off-by: Anna Larch <anna@nextcloud.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/developer.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/developer.md b/doc/developer.md
index 6eab0f129..6a9a55df3 100644
--- a/doc/developer.md
+++ b/doc/developer.md
@@ -24,4 +24,6 @@ DROP TABLE oc_mail_messages;
DROP TABLE oc_mail_recipients;
DROP TABLE oc_mail_classifiers;
DROP TABLE oc_mail_trusted_senders;
+DROP TABLE oc_mail_tags;
+DROP TABLE oc_mail_message_tags;
```