mirror of https://github.com/penpot/penpot.git
🐛 Fix issue on migration script related to version
This commit is contained in:
parent
542b27a779
commit
da5f452db5
|
|
@ -1664,6 +1664,7 @@
|
|||
(db/update! conn :file
|
||||
{:data (blob/encode (:data file))
|
||||
:features (db/create-array conn "text" (:features file))
|
||||
:version (:version file)
|
||||
:revn (:revn file)}
|
||||
{:id (:id file)})))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue