Skip to content

Commit 4bba8de

Browse files
Add more atribute changes
1 parent 1e8d821 commit 4bba8de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

db-version-changes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,8 @@ Miscelleanous changes:
122122
## File Graph Changes
123123

124124
* There is no longer a [conversion feature for filename formats](https://docs.logseq.com/#/page/filename%20format)
125+
* Attribute changes:
125126
* The attribute `:block/content` was renamed to `:block/title`. If used in an advanced query including in config.edn's `:default-queries`, change it to use `:block/title` e.g. `[?b :block/content "content"]` -> `[?b :block/title "content"]`
126-
* The attribute `:block/journal?` no longer exists. If used in an advanced query including in config.edn's `:default-queries`, change it to use `:block/type` e.g. `[?p :block/journal? true]` -> `[?p :block/type "journal"]`
127+
* The attribute `:block/original-name` was renamed to `:block/title`. If used in an advanced query including in config.edn's `:default-queries`, change it to use `:block/title` e.g. `[?b :block/original-name "name"]` -> `[?b :block/title "name"]`
128+
* The attribute `:block/journal?` no longer exists. If used in an advanced query including in config.edn's `:default-queries`, change it to use `:block/type` e.g. `[?p :block/journal? true]` -> `[?p :block/type "journal"]`
129+
* The attribute `:block/left` no longer exists and has been replaced by `:block/order`. It is not recommended to write queries with this attribute.

0 commit comments

Comments
 (0)