mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
hicli/database: fix space parent revalidation query
This commit is contained in:
parent
c9807df660
commit
f9b5fcc863
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ const (
|
||||||
AND COALESCE(
|
AND COALESCE(
|
||||||
(
|
(
|
||||||
SELECT value
|
SELECT value
|
||||||
FROM json_each(pls.content, 'users')
|
FROM json_each(pls.content, '$.users')
|
||||||
WHERE key=edgeevt.sender AND type='integer'
|
WHERE key=edgeevt.sender AND type='integer'
|
||||||
),
|
),
|
||||||
pls.content->>'$.users_default',
|
pls.content->>'$.users_default',
|
||||||
|
|
Loading…
Add table
Reference in a new issue