mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
fix: graph counts after validation are wrong
after type->tags migration. Also update recommended validate cli options to default to true. Also clean up graph counts spread across two validators and importer. The property-pairs count in the UI were way off because they were only counting pairs that are validated by malli-schema
This commit is contained in:
@@ -365,7 +365,7 @@ These tasks are specific to database graphs. For these tasks there is a one time
|
||||
|
||||
```sh
|
||||
# One or more graphs can be validated e.g.
|
||||
$ bb dev:validate-db test-db schema -c -g
|
||||
$ bb dev:validate-db test-db schema
|
||||
Read graph test-db with 1572 datoms, 220 entities and 13 properties
|
||||
Valid!
|
||||
Read graph schema with 26105 datoms, 2320 entities and 3168 properties
|
||||
|
||||
Reference in New Issue
Block a user