# What this PR does While working on https://github.com/grafana/oncall/pull/2734 I removed a block of code that was the last reference to a dynamic setting (`enabled_web_schedules_orgs`). That led me to see which dynamic settings we still have references to (at the database level), and create this cleanup migration for deprecated dynamic settings. ## Checklist - [x] Unit, integration, and e2e (if applicable) tests updated - [x] Documentation added (or `pr:no public docs` PR label added if not required) - [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required) |
||
|---|---|---|
| .. | ||
| 0001_squashed_initial.py | ||
| 0002_squashed_initial.py | ||
| 0003_delete_organizationlogrecord.py | ||
| 0004_auto_20230616_1510.py | ||
| 0005_drop_unused_dynamic_settings.py | ||
| __init__.py | ||