feat(database): add file path columns to files table during migration

fix(general): update processed files count query to use FileRecord.id

chore: add VSCode settings for pytest configuration
This commit is contained in:
Christian Krakau-Louis
2026-02-11 22:39:21 +01:00
parent 90b50d3625
commit 50cc0035d9
3 changed files with 23 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}