mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix(rtc): batch store and validate db (#12249)
* fix(rtc): batch store and validate db * fix: logseq.db/transact! shouldn't distinct tx-data since move-op include 2 steps: 1. insert-block 2. update-attrs This results in db invalid after step 1. * refactor: add transact-with-temp-conn! * bump nbb-logseq and add tests for ldb/transact* fns --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: rcmerci <rcmerci@gmail.com>
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -160,7 +160,7 @@ jobs:
|
||||
bb: ${{ env.BABASHKA_VERSION }}
|
||||
|
||||
- name: Fetch scripts yarn deps
|
||||
run: cd scripts && yarn install --frozen-lockfile
|
||||
run: cd scripts && yarn install
|
||||
|
||||
- name: Create DB graph with properties
|
||||
run: cd scripts && yarn nbb-logseq src/logseq/tasks/db_graph/create_graph_with_properties.cljs ./properties-graph
|
||||
|
||||
Reference in New Issue
Block a user