chore(test): add database testing migration

This commit is contained in:
Elian Doran 2025-03-02 17:04:37 +02:00
parent 49a22bce80
commit 01ff3d396d
No known key found for this signature in database
3 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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

View File

BIN
test/db/document_v214.db Normal file

Binary file not shown.