Fixed #1
This commit is contained in:
parent
eea0b1c0f6
commit
f9f083367e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ func InitNotificationManager() (err error) {// {{{
|
|||
user_id ASC,
|
||||
prio ASC
|
||||
)
|
||||
SELECT jsonb_agg(s.*)
|
||||
SELECT COALESCE(jsonb_agg(s.*), '[]')
|
||||
FROM services s
|
||||
`,
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue