From 67efac59941b141a6ffdb865574ad0c5a5e3e199 Mon Sep 17 00:00:00 2001 From: Yansong Zhang <916125788@qq.com> Date: Mon, 19 Jan 2026 16:06:18 +0800 Subject: [PATCH] fix migration --- ...1110-f9f6d18a37f9_add_table_explore_banner_and_trial.py} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename api/migrations/versions/{2026_01_09_1110-f9f6d18a37f9_add_table_explore_banner_and_trial.py => 2026_01_17_1110-f9f6d18a37f9_add_table_explore_banner_and_trial.py} (97%) diff --git a/api/migrations/versions/2026_01_09_1110-f9f6d18a37f9_add_table_explore_banner_and_trial.py b/api/migrations/versions/2026_01_17_1110-f9f6d18a37f9_add_table_explore_banner_and_trial.py similarity index 97% rename from api/migrations/versions/2026_01_09_1110-f9f6d18a37f9_add_table_explore_banner_and_trial.py rename to api/migrations/versions/2026_01_17_1110-f9f6d18a37f9_add_table_explore_banner_and_trial.py index c34fa5f819..9c4e87bd3c 100644 --- a/api/migrations/versions/2026_01_09_1110-f9f6d18a37f9_add_table_explore_banner_and_trial.py +++ b/api/migrations/versions/2026_01_17_1110-f9f6d18a37f9_add_table_explore_banner_and_trial.py @@ -1,8 +1,8 @@ """add table explore banner and trial Revision ID: f9f6d18a37f9 -Revises: 7df29de0f6be -Create Date: 2026-01-09 11:10:18.079355 +Revises: 288345cd01d1 +Create Date: 2026-01-017 11:10:18.079355 """ from alembic import op @@ -12,7 +12,7 @@ from sqlalchemy.dialects import postgresql # revision identifiers, used by Alembic. revision = 'f9f6d18a37f9' -down_revision = '7df29de0f6be' +down_revision = '288345cd01d1' branch_labels = None depends_on = None