From a3162c745aa78c8ef01129d5c4123a5e3985e959 Mon Sep 17 00:00:00 2001 From: yyh Date: Wed, 11 Feb 2026 12:47:07 +0800 Subject: [PATCH] fix: migrations --- .../2026_02_09_1031-aab323465866_agent_sandbox_support.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/migrations/versions/2026_02_09_1031-aab323465866_agent_sandbox_support.py b/api/migrations/versions/2026_02_09_1031-aab323465866_agent_sandbox_support.py index 77a8e11cb1..4c593a35a5 100644 --- a/api/migrations/versions/2026_02_09_1031-aab323465866_agent_sandbox_support.py +++ b/api/migrations/versions/2026_02_09_1031-aab323465866_agent_sandbox_support.py @@ -1,7 +1,7 @@ """Add sandbox providers, app assets, and LLM detail tables. Revision ID: aab323465866 -Revises: c3df22613c99 +Revises: f55813ffe2c8 Create Date: 2026-02-09 10:31:05.062722 """ @@ -14,7 +14,7 @@ import sqlalchemy as sa # revision identifiers, used by Alembic. revision = "aab323465866" -down_revision = "c3df22613c99" +down_revision = "f55813ffe2c8" branch_labels = None depends_on = None