Skip to content

Commit 420137e

Browse files
Add one bullet that also applies to db graphs
1 parent 515bf7c commit 420137e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

db-version-changes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ Miscelleanous changes:
9393
* [Advanced queries](https://docs.logseq.com/#/page/advanced%20queries)
9494
* Advanced queries are now edited in a code block which means queries are syntax highlighted.
9595
* Some old advanced queries will no longer work and need to be rewritten. For engineers, see [this file](https://github.com/logseq/logseq/blob/feat/db/deps/db/src/logseq/db/frontend/schema.cljs) and compare `schema` with `schema-for-db-based-graph` to see what has changed.
96+
* 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"]`
9697
* These advanced query options are deprecated: :title, :group-by-page? and :collapsed?.
9798
* Since block timestamps are available, they display in table view where possible.
9899

@@ -121,5 +122,5 @@ Miscelleanous changes:
121122
## File Graph Changes
122123

123124
* There is no longer a [conversion feature for filename formats](https://docs.logseq.com/#/page/filename%20format)
124-
* The attribute `:block/content` no longer exists. 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"]`
125+
* 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"]`
125126
* 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"]`

0 commit comments

Comments
 (0)