mirror of
https://github.com/zadam/trilium.git
synced 2025-10-18 19:38:16 +08:00
chore(test): add database testing migration
This commit is contained in:
parent
49a22bce80
commit
01ff3d396d
3 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -11,6 +11,7 @@ po-*/
|
||||||
.flatpak-builder/
|
.flatpak-builder/
|
||||||
|
|
||||||
*.db
|
*.db
|
||||||
|
!test/**/*.db
|
||||||
!integration-tests/db/document.db
|
!integration-tests/db/document.db
|
||||||
!integration-tests/db/config.ini
|
!integration-tests/db/config.ini
|
||||||
integration-tests/db/log
|
integration-tests/db/log
|
||||||
|
|
0
src/services/migration.spec.ts
Normal file
0
src/services/migration.spec.ts
Normal file
BIN
test/db/document_v214.db
Normal file
BIN
test/db/document_v214.db
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue