From f69779fc0ce504df4c4b715cdc3974df7133da85 Mon Sep 17 00:00:00 2001 From: QuantumGhost Date: Thu, 14 May 2026 16:59:13 +0800 Subject: [PATCH] chore(api): linearize migration --- ...6_05_06_1200-8d4c2a1b9f03_add_human_input_upload_tables.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/migrations/versions/2026_05_06_1200-8d4c2a1b9f03_add_human_input_upload_tables.py b/api/migrations/versions/2026_05_06_1200-8d4c2a1b9f03_add_human_input_upload_tables.py index a720d70c2f..2ab6377547 100644 --- a/api/migrations/versions/2026_05_06_1200-8d4c2a1b9f03_add_human_input_upload_tables.py +++ b/api/migrations/versions/2026_05_06_1200-8d4c2a1b9f03_add_human_input_upload_tables.py @@ -1,7 +1,7 @@ """Add human input upload token and file association tables Revision ID: 8d4c2a1b9f03 -Revises: 227822d22895 +Revises: a4f2d8c9b731 Create Date: 2026-05-06 12:00:00.000000 """ @@ -13,7 +13,7 @@ import models # revision identifiers, used by Alembic. revision = "8d4c2a1b9f03" -down_revision = "227822d22895" +down_revision = "a4f2d8c9b731" branch_labels = None depends_on = None