mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Invalidate http cache on apply migrations to file on read operation
This commit is contained in:
@@ -238,6 +238,7 @@
|
|||||||
(db/update! conn :file
|
(db/update! conn :file
|
||||||
{:data (blob/encode (:data file))
|
{:data (blob/encode (:data file))
|
||||||
:version (:version file)
|
:version (:version file)
|
||||||
|
:modified-at (dt/now)
|
||||||
:features (db/create-array conn "text" (:features file))}
|
:features (db/create-array conn "text" (:features file))}
|
||||||
{:id id})
|
{:id id})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user