0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 23:31:21 -05:00

🐛 Fix issue on migration script related to version

This commit is contained in:
Andrey Antukh 2024-04-07 14:01:34 +02:00
parent 542b27a779
commit da5f452db5

View file

@ -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)})))