fix: move db-pipeline and datascript-report back to outliner dep

graph-parser is primarily a file graph dep that is maintained separately
from db graphs. We want to move as many namespaces out of it as
possible. Also moved differing count assertions to
their respective tests
This commit is contained in:
Gabriel Horner
2024-04-25 11:18:10 -04:00
parent cb22dca5e0
commit 3681ac354b
13 changed files with 51 additions and 126 deletions

View File

@@ -65,4 +65,4 @@ Created graph schema!
#### Update graph scripts
For database graphs, it is recommended to use
`logseq.graph-parser.db-pipeline/add-listener!` when updating graphs. TODO
`logseq.outliner.db-pipeline/add-listener!` when updating graphs. TODO