Refactored time selecting

This commit is contained in:
Magnus Åhall 2024-06-29 20:50:57 +02:00
parent 02794e9629
commit cd8765e0f2
12 changed files with 122 additions and 56 deletions

View file

@ -48,7 +48,7 @@ func notificationsSent(from, to time.Time) (nss []NotificationSend, err error) {
n.prio,
n.service,
COALESCE(t.name, '') AS trigger_name,
COALESCE(t.name, '[NODATA]') AS trigger_name,
ns.id,
ns.uuid,