Refactored time selecting
This commit is contained in:
parent
02794e9629
commit
cd8765e0f2
12 changed files with 122 additions and 56 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue