Fixed #1
This commit is contained in:
parent
eea0b1c0f6
commit
f9f083367e
@ -37,7 +37,7 @@ func InitNotificationManager() (err error) {// {{{
|
|||||||
user_id ASC,
|
user_id ASC,
|
||||||
prio ASC
|
prio ASC
|
||||||
)
|
)
|
||||||
SELECT jsonb_agg(s.*)
|
SELECT COALESCE(jsonb_agg(s.*), '[]')
|
||||||
FROM services s
|
FROM services s
|
||||||
`,
|
`,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user