mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 03:16:37 +00:00
enhance: add notification for ast-version
- :ast-version < db-schema/ast-version - :ast-version is nil
This commit is contained in:
@@ -155,7 +155,8 @@
|
||||
(when logged?
|
||||
(d/transact! db-conn [(me-tx (d/db db-conn) me)])))]
|
||||
(restore-config-handler repo)
|
||||
(listen-and-persist! repo)))))))
|
||||
(listen-and-persist! repo)
|
||||
(state/pub-event! [:after-db-restore repo])))))))
|
||||
|
||||
(defn run-batch-txs!
|
||||
[]
|
||||
|
||||
Reference in New Issue
Block a user