0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-14 16:51:18 -05:00

Log old id on importing binfile-v3 media entries

This commit is contained in:
Andrey Antukh 2025-01-10 17:08:03 +01:00
parent ff4f0ca1d2
commit 1e20fd7bb6

View file

@ -781,6 +781,7 @@
(d/update-when :thumbnail-id bfc/lookup-index))]
(l/dbg :hint "inserting file media object"
:old-id (str (:id item))
:id (str (:id params))
:file-id (str (:file-id params))
::l/sync? true)