oncall-engine/engine/apps/base/migrations
Joey Orlando 33c5e89299
remove unused dynamic settings (#2735)
# 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)
2023-08-03 05:11:52 -04:00
..
0001_squashed_initial.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0002_squashed_initial.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0003_delete_organizationlogrecord.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0004_auto_20230616_1510.py Fix duplicate orders for user notification policies (#2278) 2023-06-21 11:13:56 +00:00
0005_drop_unused_dynamic_settings.py remove unused dynamic settings (#2735) 2023-08-03 05:11:52 -04:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00