mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Update DbStore to use disabled orgs from the config (#52156)
* update DbStore to use UnifiedAlerting settings * remove disabled orgs from scheduler and use config in db store instead * remove test
This commit is contained in:
@@ -316,8 +316,6 @@ type ListAlertRulesQuery struct {
|
||||
}
|
||||
|
||||
type GetAlertRulesForSchedulingQuery struct {
|
||||
ExcludeOrgIDs []int64
|
||||
|
||||
Result []*SchedulableAlertRule
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user