🐛 Invalidate http cache on apply migrations to file on read operation

This commit is contained in:
Andrey Antukh 2025-04-23 07:57:56 +02:00
parent 1194e40222
commit 1dd23a3f47

View file

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