oncall-engine/engine/apps/alerts/models
Joey Orlando eef27b35d1
remove AlertGroup.is_restricted column (#3256)
# What this PR does

Removes deprecated/not-referenced `AlertGroup.is_restricted` column. Per
our dev docs on "[Removing a nullable field from a
model](https://github.com/grafana/oncall/blob/dev/dev/README.md#removing-a-nullable-field-from-a-model)"
this is the 1st of two migration files. The [second migration
file](https://github.com/grafana/oncall/files/13255276/0038_remove_alertgroup_is_restricted_db.py.zip)
will be added in a PR in a subsequent PR/release.
2023-11-06 12:48:06 +00:00
..
__init__.py Remove unnecessary signal (#2030) 2023-07-25 07:21:41 +00:00
alert.py Trigger alert group signal after transaction commit (#3001) 2023-09-11 14:28:37 +00:00
alert_group.py remove AlertGroup.is_restricted column (#3256) 2023-11-06 12:48:06 +00:00
alert_group_counter.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
alert_group_log_record.py Public API: Acknowledge & Resolve actions (#3108) 2023-10-05 09:46:48 +01:00
alert_manager_models.py Shift Swap Requests in Slack + improve typing for Slack django app (#2653) 2023-07-28 15:11:38 +00:00
alert_receive_channel.py WIP: Direct paging improvements (#3064) 2023-09-28 03:57:49 +00:00
channel_filter.py Fix channel filter endpoint (#3192) 2023-10-25 12:33:05 +00:00
custom_button.py re-enable mypy GitHub Actions CI job (#2390) 2023-06-29 14:01:52 +00:00
escalation_chain.py re-enable mypy GitHub Actions CI job (#2390) 2023-06-29 14:01:52 +00:00
escalation_policy.py Update STEP_NOTIFY_IF_TIME step description (#2914) 2023-08-30 13:24:49 +01:00
grafana_alerting_contact_point.py Improve getting/updating contact points for Grafana Alerting integration (#2742) 2023-08-18 12:12:29 +02:00
invitation.py Trigger alert group signal after transaction commit (#3001) 2023-09-11 14:28:37 +00:00
maintainable_object.py apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00
resolution_note.py Resolution note source mobile app (#3174) 2023-10-20 15:22:45 +01:00
user_has_notification.py World, meet OnCall! 2022-06-03 08:09:47 -06:00