Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyorlando committed Jan 6, 2025
1 parent 8b07315 commit c29275c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ def update_direct_paging_integration_non_default_routes(apps, schema_editor):
.update(
escalation_chain_id=Subquery(default_route_subquery.values("escalation_chain_id")[:1]),
telegram_channel_id=Subquery(default_route_subquery.values("telegram_channel_id")[:1]),
notify_in_telegram=Subquery(default_route_subquery.values("notify_in_telegram")[:1]),
slack_channel_id=Subquery(default_route_subquery.values("slack_channel_id")[:1]),
notify_in_slack=Subquery(default_route_subquery.values("notify_in_slack")[:1]),
notification_backends=Subquery(default_route_subquery.values("notification_backends")[:1]),
)
)

Expand Down

0 comments on commit c29275c

Please sign in to comment.