Merge pull request #116 from matiasdelellis/fix-readme

We must also drop the oc_mail_aliases table.
This commit is contained in:
Christoph Wurst 2016-09-23 14:50:09 +02:00 коммит произвёл GitHub
Родитель 5e123edac6 c5fd953908
Коммит 679773116e
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -91,6 +91,7 @@ Connect to your database and run the following commands (`oc_` is the default ta
```sql
DELETE FROM oc_appconfig WHERE appid = 'mail';
DROP TABLE oc_mail_accounts;
DROP TABLE oc_mail_aliases;
DROP TABLE oc_mail_collected_addresses;
```