mirror of https://github.com/penpot/penpot.git
🐛 Invalidate http cache on apply migrations to file on read operation
This commit is contained in:
parent
1194e40222
commit
1dd23a3f47
|
|
@ -238,6 +238,7 @@
|
|||
(db/update! conn :file
|
||||
{:data (blob/encode (:data file))
|
||||
:version (:version file)
|
||||
:modified-at (dt/now)
|
||||
:features (db/create-array conn "text" (:features file))}
|
||||
{:id id})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue