Remove `:managed_config` option.
authorrinpatch <rinpatch@sdf.org>
Thu, 10 Sep 2020 12:00:19 +0000 (15:00 +0300)
committerrinpatch <rinpatch@sdf.org>
Mon, 14 Sep 2020 15:04:16 +0000 (18:04 +0300)
commit0b5e72ecf033ff78c67eb4e5a68277e5d83f5611
tree3f97dd0896244b88d337921a374a6df60fd76831
parent6e70415e4a1d814d2b772d94658d9f7b66d1fe89
Remove `:managed_config` option.

In practice, it was already removed half a year ago, but the description
 and cheatsheet entries were still there.

The migration intentionally does not use ConfigDB.get_by_params, since
this will break migration code as soon as we add a new field is added
 to ConfigDB.

Closes #2086
CHANGELOG.md
config/config.exs
config/description.exs
docs/configuration/cheatsheet.md
priv/repo/migrations/20200910113106_remove_managed_config_from_db.exs [new file with mode: 0644]