mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(alerting): add sql layer for alert notifications
This commit is contained in:
@@ -27,6 +27,7 @@ type CreateAlertNotificationCommand struct {
|
||||
}
|
||||
|
||||
type UpdateAlertNotificationCommand struct {
|
||||
Id int64
|
||||
Name string
|
||||
Type string
|
||||
OrgID int64
|
||||
|
||||
Reference in New Issue
Block a user