Show synced to qdrant status on Browse Jobs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user