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:
authorDaniel Kesselberg <mail@danielkesselberg.de>2018-08-25 23:38:40 +0300
committerDaniel Kesselberg <mail@danielkesselberg.de>2018-08-26 00:21:59 +0300
commitc2d02590f1116b3f023c28b29713a34d46c6fca2 (patch)
treee47733ff01ae3abcabf96172ec08cac97bce200c /doc
parent7e2619479c29d7e81894a42b3738c7ca6cb3af0a (diff)
Rename mail_collected_addresses to mail_coll_addresses
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/developer.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/developer.md b/doc/developer.md
index d5b5944c0..1fc7c9869 100644
--- a/doc/developer.md
+++ b/doc/developer.md
@@ -14,8 +14,9 @@ The nightly builds are provided by [Portknox.net](https://portknox.net)
Connect to your database and run the following commands (`oc_` is the default table prefix):
```sql
DELETE FROM oc_appconfig WHERE appid = 'mail';
+DELETE FROM oc_migrations WHERE app = 'mail';
DROP TABLE oc_mail_accounts;
DROP TABLE oc_mail_aliases;
-DROP TABLE oc_mail_collected_addresses;
+DROP TABLE oc_mail_coll_addresses;
DROP TABLE oc_mail_attachments;
``` \ No newline at end of file