Thumbnail cache on dashboard

This commit is contained in:
alonso.torres 2021-12-27 15:44:46 +01:00
parent 4c86d5cfe3
commit 60af960f42
3 changed files with 49 additions and 6 deletions

View file

@ -260,6 +260,7 @@
(def ^:private sql:team-shared-files
"select f.id,
f.revn,
f.project_id,
f.created_at,
f.modified_at,
@ -330,6 +331,7 @@
(def sql:team-recent-files
"with recent_files as (
select f.id,
f.revn,
f.project_id,
f.created_at,
f.modified_at,