mirror of
https://github.com/penpot/penpot.git
synced 2025-03-15 17:21:17 -05:00
🐛 Fixed search that displays deprecated materials
This commit is contained in:
parent
3b6c9f9511
commit
cf4a4b2b25
1 changed files with 0 additions and 5 deletions
|
@ -111,11 +111,6 @@
|
|||
and (ppr.is_admin = true or
|
||||
ppr.is_owner = true or
|
||||
ppr.can_edit = true)
|
||||
union
|
||||
select p.*
|
||||
from project as p
|
||||
where p.team_id = uuid_nil()
|
||||
and p.deleted_at is null
|
||||
)
|
||||
select distinct f.*
|
||||
from file as f
|
||||
|
|
Loading…
Add table
Reference in a new issue