mirror of https://github.com/TriliumNext/Notes
feat(db-compare): adapt to v214
parent
b56ae01990
commit
886dd60dd0
@ -0,0 +1,17 @@
|
|||||||
|
# Database compare tool
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> The original implementation was signficantly out of date. While we have made the effort of updating dependencies and getting it to run, currently it only compares the old database structure (v214).
|
||||||
|
|
||||||
|
To build and run manually:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
nx build db-compare
|
||||||
|
node ./apps/db-compare/dist/compare.js
|
||||||
|
```
|
||||||
|
|
||||||
|
To serve development build with arguments:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
nx serve db-compare --args "apps/server/spec/db/document_v214.db" --args "apps/server/spec/db/document_v214_migrated.db"
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue