mirror of
https://github.com/penpot/penpot.git
synced 2025-05-31 23:01:37 +02:00
♻️ Always set component-file-id, even in local file
This commit is contained in:
parent
53b5d78cdc
commit
baec7838b4
24 changed files with 284 additions and 258 deletions
|
@ -67,6 +67,7 @@
|
|||
(db/with-atomic [conn db/pool]
|
||||
(let [mobjs (map :id (db/query conn :media-object {:file-id id}))
|
||||
data (-> (blob/decode data)
|
||||
(assoc :id id)
|
||||
(pmg/migrate-data))
|
||||
|
||||
used (collect-used-media data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue