We must also drop the oc_mail_aliases table.

Document was lacking since the feature was implemented.
This commit is contained in:
matiasdelellis 2016-09-23 09:42:19 -03:00 коммит произвёл GitHub
Родитель 5e123edac6
Коммит c5fd953908
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;
```