mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 20:56:12 +02:00
🐛 Make the media cleaning on file-gc task aware of snapshots
It now takes in account the snapshots, and prevents deletion of media files used in snapshots.
This commit is contained in:
parent
71ba0242c7
commit
50df2279a7
7 changed files with 53 additions and 31 deletions
|
@ -251,6 +251,7 @@
|
|||
:created-at created-at
|
||||
:file-id (:id file)
|
||||
:revn (:revn file)
|
||||
:version (:version file)
|
||||
:label (::snapshot-label file)
|
||||
:data (::snapshot-data file)
|
||||
:features (db/create-array conn "text" (:features file))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue