Merge pull request #116 from matiasdelellis/fix-readme
We must also drop the oc_mail_aliases table.
This commit is contained in:
Коммит
679773116e
|
@ -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;
|
||||
```
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче