Returned id for alert notifications which were created without uid

This commit is contained in:
Pavel Bakulev
2018-12-20 17:12:47 +02:00
parent 4bcace567b
commit 2de32756c2
6 changed files with 197 additions and 101 deletions

View File

@@ -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,