mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 16:51:39 +02:00
🐛 Invalidate http cache on apply migrations to file on read operation
This commit is contained in:
parent
1194e40222
commit
1dd23a3f47
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue