Skip to content

Commit 3f7319a

Browse files
fix: links to graph schemas
1 parent ea40a84 commit 3f7319a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db-version-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Miscelleanous changes:
9292
* The `all-page-tags` and `sort-by` query filters no longer exists. Sorting is done via the table component.
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.
95-
* 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.
95+
* Some old advanced queries will no longer work and need to be rewritten. For engineers, compare the [db graph `schema`](https://github.com/logseq/logseq/blob/feat/db/deps/db/src/logseq/db/frontend/schema.cljs) vs the [file graph `schema`](https://github.com/logseq/logseq/blob/feat/db/deps/db/src/logseq/db/file_based/schema.cljs).
9696
* 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"]`
9797
* These advanced query options are deprecated: :title, :group-by-page? and :collapsed?.
9898
* Since block timestamps are available, they display in table view where possible.

0 commit comments

Comments
 (0)