mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Returned id for alert notifications which were created without uid
This commit is contained in:
@@ -130,6 +130,7 @@ func getAlertNotificationInternal(query *m.GetAlertNotificationsQuery, sess *DBS
|
||||
|
||||
sql.WriteString(`SELECT
|
||||
alert_notification.id,
|
||||
alert_notification.uid,
|
||||
alert_notification.org_id,
|
||||
alert_notification.name,
|
||||
alert_notification.type,
|
||||
|
Reference in New Issue
Block a user