Show synced to qdrant status on Browse Jobs

This commit is contained in:
Aaron Roberts
2026-07-03 10:14:35 +01:00
parent 02185bef46
commit bcd8960ea9
2 changed files with 38 additions and 3 deletions

View File

@@ -552,7 +552,8 @@ async def list_jobs(
cur.execute(
f"""
SELECT id, author, book, chapter, page, submitted_at, status,
reviewer_name, reviewed_at, mode, ocr_model, original_filename
reviewer_name, reviewed_at, mode, ocr_model, original_filename,
qdrant_synced_at, updated_at
FROM ocr_jobs {where}
ORDER BY submitted_at DESC
LIMIT %s OFFSET %s