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:
Gabriel Horner
2025-01-04 02:11:38 -05:00
parent f7e150b642
commit 1bba10c266
5 changed files with 31 additions and 41 deletions

View File

@@ -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