mirror of
https://github.com/penpot/penpot.git
synced 2025-03-18 10:41:29 -05:00
Minor fix of syntax error introduced in previous commit.
This commit is contained in:
parent
77bdd47c86
commit
417f90e677
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ select *,
|
|||
(select count(*) from images where collection = ic.id) as num_images
|
||||
from images_collections as ic
|
||||
where (ic."user" = :user or
|
||||
uc."user" = '00000000-0000-0000-0000-000000000000'::uuid)
|
||||
ic."user" = '00000000-0000-0000-0000-000000000000'::uuid)
|
||||
and ic.deleted_at is null
|
||||
order by ic.created_at desc;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue