mirror of
https://github.com/penpot/penpot.git
synced 2026-04-29 05:08:08 +00:00
🐛 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…
x
Reference in New Issue
Block a user