mirror of
https://github.com/grafana/grafana.git
synced 2025-09-25 16:03:46 +08:00

* Alerting: Improve legacy migration to include send reminder & frequency Legacy channel frequency is migrated to the channel's migrated route's repeat interval if send reminder is true. If send reminder is false, we pseudo-disable the repeat interval by setting it to a large value (1y). If there were no default channels, the root notification policy is still created with the default 4h repeat interval.