mirror of https://github.com/langgenius/dify.git
fix migration
This commit is contained in:
parent
eaa6f2759d
commit
67efac5994
|
|
@ -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
|
||||
|
||||
Loading…
Reference in New Issue