:block/children should has value type of :db.type/ref

This commit is contained in:
Tienson Qin
2020-11-28 21:29:21 +08:00
parent 2e60a8085e
commit 5edd1a8ab0
4 changed files with 51 additions and 56 deletions

View File

@@ -532,6 +532,7 @@
(concat
pages
block-retracted-attrs
(mapv (fn [b] {:block/uuid (:block/uuid b)}) blocks)
blocks
retract-refs
page-properties
@@ -618,6 +619,7 @@
repo
(concat
pages
(mapv (fn [b] {:block/uuid (:block/uuid b)}) blocks)
blocks
after-blocks)
{:key :block/insert