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:
authorsnevas <snevas@users.noreply.github.com>2021-12-09 12:36:45 +0300
committerGitHub <noreply@github.com>2021-12-09 12:36:45 +0300
commitb22c7d97e22ac54c57a75298070f2b24546c60eb (patch)
treef7d08757628424ec00203b3538f651b01e0dbc3e /doc
parentd4e11aeae0b347863d2c423a7570220fdd8a581b (diff)
New database table for reset
Diffstat (limited to 'doc')
-rw-r--r--doc/developer.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/developer.md b/doc/developer.md
index 0f261151e..307191a80 100644
--- a/doc/developer.md
+++ b/doc/developer.md
@@ -16,6 +16,7 @@ DROP TABLE oc_mail_classifiers;
DROP TABLE oc_mail_trusted_senders;
DROP TABLE oc_mail_tags;
DROP TABLE oc_mail_message_tags;
+DROP TABLE oc_mail_provisionings;
```
## Enable CKEditor Inspector