mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 07:41:43 -05:00
🐛 Fix issue on migration script related to version
This commit is contained in:
parent
542b27a779
commit
da5f452db5
1 changed files with 1 additions and 0 deletions
|
@ -1664,6 +1664,7 @@
|
||||||
(db/update! conn :file
|
(db/update! conn :file
|
||||||
{:data (blob/encode (:data file))
|
{:data (blob/encode (:data file))
|
||||||
:features (db/create-array conn "text" (:features file))
|
:features (db/create-array conn "text" (:features file))
|
||||||
|
:version (:version file)
|
||||||
:revn (:revn file)}
|
:revn (:revn file)}
|
||||||
{:id (:id file)})))
|
{:id (:id file)})))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue