diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-01-23 17:23:02 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-01-23 17:23:02 +0300 |
commit | 4344c5d5b99cedcd08e168650af2f641ef8c6f0b (patch) | |
tree | 98c4e1a964f0cb45301b50dd96f508f2437d9de7 /CHANGELOG.md | |
parent | dddebee047efc4ab1dff6565bef32954695846a7 (diff) | |
download | pleroma-4344c5d5b99cedcd08e168650af2f641ef8c6f0b.tar.gz pleroma-4344c5d5b99cedcd08e168650af2f641ef8c6f0b.zip |
truncate config table on migrate to db task
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f6914638..861312e18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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> |