mirror of
https://github.com/penpot/penpot.git
synced 2025-05-17 06:36:10 +02: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
|
and (ppr.is_admin = true or
|
||||||
ppr.is_owner = true or
|
ppr.is_owner = true or
|
||||||
ppr.can_edit = true)
|
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.*
|
select distinct f.*
|
||||||
from file as f
|
from file as f
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue