From 3811fdeace5441627c4f85638ca3f0af67568643 Mon Sep 17 00:00:00 2001 From: Harry Date: Wed, 16 Jul 2025 17:04:32 +0800 Subject: [PATCH] fix: migrations --- .../versions/2025_07_04_1705-71f5020c6470_tool_oauth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/migrations/versions/2025_07_04_1705-71f5020c6470_tool_oauth.py b/api/migrations/versions/2025_07_04_1705-71f5020c6470_tool_oauth.py index 8520032f9c..df4fbf0a0e 100644 --- a/api/migrations/versions/2025_07_04_1705-71f5020c6470_tool_oauth.py +++ b/api/migrations/versions/2025_07_04_1705-71f5020c6470_tool_oauth.py @@ -12,7 +12,7 @@ import sqlalchemy as sa # revision identifiers, used by Alembic. revision = '71f5020c6470' -down_revision = '58eb7bdb93fe' +down_revision = '1c9ba48be8e4' branch_labels = None depends_on = None