mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
fix: don't persist file/path|last-modified-at for db graphs
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
(defn set-file-last-modified-at!
|
||||
"Refresh file timestamps to DB"
|
||||
[repo path last-modified-at]
|
||||
(when (and repo path last-modified-at)
|
||||
(when (and repo (not (config/db-based-graph? repo)) path last-modified-at)
|
||||
(transact! repo
|
||||
[{:file/path path
|
||||
:file/last-modified-at last-modified-at}] {})))
|
||||
|
||||
Reference in New Issue
Block a user