truncate config table on migrate to db task

This commit is contained in:
Alexander Strizhakov 2020-01-23 17:23:02 +03:00
commit 4344c5d5b9
No known key found for this signature in database
GPG key ID: 022896A53AEF1381
3 changed files with 35 additions and 12 deletions

View file

@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Store status data inside Flag activity
- Deprecated (reorganized as `UserRelationship` entity) User fields with user AP IDs (`blocks`, `mutes`, `muted_reblogs`, `muted_notifications`, `subscribers`).
- Logger: default log level changed from `warn` to `info`.
- Config mix task `migrate_to_db` truncates `config` table before migrating the config file.
<details>
<summary>API Changes</summary>