🐛 Fix issue with recent files not showing

This commit is contained in:
alonso.torres 2021-03-29 10:26:34 +02:00 committed by Andrey Antukh
parent 993530dbcb
commit 7d68d79fc3
3 changed files with 10 additions and 6 deletions

View file

@ -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)