🎨 Auto rebuild history database index when indexing failed https://github.com/siyuan-note/siyuan/issues/8543

This commit is contained in:
Daniel 2023-06-15 10:22:28 +08:00
parent 47df8b6018
commit f7d8a02138
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 14 additions and 1 deletions

View file

@ -83,7 +83,7 @@ func FlushHistoryQueue() {
if err = execHistoryOp(op, tx, context); nil != err {
tx.Rollback()
logging.LogErrorf("queue operation failed: %s", err)
util.PushMsg("History database index failed, please try to manually rebuild it in [Data history - File history]", 5000)
eventbus.Publish(util.EvtSQLHistoryRebuild)
return
}