From 87e68bd9b19004616b9028220b5313bdd1ebff63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Tue, 30 Jun 2026 10:32:22 +0400 Subject: [PATCH] =?UTF-8?q?fix:=20batch=5Fid=20migration=20+=20nginx=20877?= =?UTF-8?q?7=E2=86=928766?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/convert_server.py | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/convert_server.py b/deploy/convert_server.py index bff4c37..edff248 100755 --- a/deploy/convert_server.py +++ b/deploy/convert_server.py @@ -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