fix: DB schema missing scan_export column, add threshold filter and N hotkey

- Fresh databases were missing scan_export column — broke first export
- Threshold slider now filters existing scan results without rescanning
- N key toggles hard negative on selected scan regions
- All 59 tests passing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-19 12:45:14 +02:00
parent 518554f788
commit 2b7dfb330d
2 changed files with 32 additions and 2 deletions
+1
View File
@@ -49,6 +49,7 @@ class ProcessedDB:
" spread REAL NOT NULL DEFAULT 3.0,"
" profile TEXT NOT NULL DEFAULT 'default',"
" source_path TEXT NOT NULL DEFAULT '',"
" scan_export INTEGER NOT NULL DEFAULT 0,"
" processed_at TEXT NOT NULL"
")"
)