mirror of
https://github.com/penpot/penpot.git
synced 2025-05-12 08:46:38 +02:00
🐛 Fix issue with recent files not showing
This commit is contained in:
parent
993530dbcb
commit
7d68d79fc3
3 changed files with 10 additions and 6 deletions
|
@ -27,7 +27,7 @@
|
|||
window w as (partition by f.project_id order by f.modified_at desc)
|
||||
order by f.modified_at desc
|
||||
)
|
||||
select * from recent_files where row_num <= 6;")
|
||||
select * from recent_files where row_num <= 10;")
|
||||
|
||||
(s/def ::team-id ::us/uuid)
|
||||
(s/def ::profile-id ::us/uuid)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue