fix: batch_id migration + nginx 8777→8766
Deploy contracts-flask / validate (push) Successful in 0s

This commit is contained in:
2026-06-30 10:32:22 +04:00
parent ae64913c00
commit 87e68bd9b1
+1
View File
@@ -27,6 +27,7 @@ try:
execute("ALTER TABLE documents ADD COLUMN IF NOT EXISTS classify_input text")
execute("ALTER TABLE documents ADD COLUMN IF NOT EXISTS zip_source text")
execute("ALTER TABLE documents ADD COLUMN IF NOT EXISTS content_hash text")
execute("ALTER TABLE documents ADD COLUMN IF NOT EXISTS batch_id uuid")
# ── DB modules ────────────────────────────────────────────────────────────
from db import supplements as db_supplements