mirror of
https://github.com/penpot/penpot.git
synced 2025-06-12 13:31:43 +02:00
⚡ Thumbnail cache on dashboard
This commit is contained in:
parent
4c86d5cfe3
commit
60af960f42
3 changed files with 49 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue