fix migration

This commit is contained in:
Yansong Zhang 2026-01-19 16:06:18 +08:00
parent eaa6f2759d
commit 67efac5994
1 changed files with 3 additions and 3 deletions

View File

@ -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