mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 23:54:55 +00:00
fix: db migrate shouldn't be batched
Because different versions can rely on each other, e.g. the This commit also will try to rebuild the db from the sqlite table if migration failed.
This commit is contained in:
@@ -987,6 +987,16 @@
|
||||
(app-context-menu-observer)
|
||||
|
||||
[:a#download.hidden]
|
||||
[:a#download-as-edn-v2.hidden]
|
||||
[:a#download-as-json-v2.hidden]
|
||||
[:a#download-as-json-debug.hidden]
|
||||
[:a#download-as-sqlite-db.hidden]
|
||||
[:a#download-as-roam-json.hidden]
|
||||
[:a#download-as-html.hidden]
|
||||
[:a#download-as-zip.hidden]
|
||||
[:a#export-as-markdown.hidden]
|
||||
[:a#export-as-opml.hidden]
|
||||
[:a#convert-markdown-to-unordered-list-or-heading.hidden]
|
||||
(when (and (not config/mobile?)
|
||||
(not config/publishing?))
|
||||
(help-button))])))
|
||||
|
||||
Reference in New Issue
Block a user