oncall-engine/engine/common/incident_api
Matias Bordese 4d9846eeb4
Clean up reverted migration (#5119)
Related to https://github.com/grafana/oncall/pull/5116

Simplifies the db migration removing the `DeclaredIncident` model + FK
setup but keeping the other changes (adding `severity` field for
escalation policy, and "Declare incident" step, which is disabled). In
this way deployments for which the original migration was run, this
won't be applied and they will be in sync with the migration status
(eventually a manual step may be needed to remove the table and FK,
which won't be used for now).
2024-10-03 16:51:40 +00:00
..
tests Clean up reverted migration (#5119) 2024-10-03 16:51:40 +00:00
__init__.py Add incident API client (#5040) 2024-09-19 13:35:42 +00:00
client.py Clean up reverted migration (#5119) 2024-10-03 16:51:40 +00:00