front-end-fix

Former-commit-id: 528a217708
This commit is contained in:
Tour
2025-12-06 05:39:59 +01:00
parent 4223628c0e
commit 745fbdadd5
4 changed files with 51 additions and 52 deletions

View File

@@ -90,7 +90,7 @@ CREATE TABLE images (
id INTEGER PRIMARY KEY AUTOINCREMENT,
lot_id INTEGER,
url TEXT,
file_path TEXT,
local_path TEXT,
labels TEXT, -- Object detection results
processed_at INTEGER,
FOREIGN KEY (lot_id) REFERENCES lots(lot_id)