mirror of https://github.com/langgenius/dify.git
migrations
This commit is contained in:
parent
ab775bce26
commit
dd59cea085
|
|
@ -1,25 +0,0 @@
|
|||
"""empty message
|
||||
|
||||
Revision ID: bb3812d469dd
|
||||
Revises: 15e40b74a6d2, 71f5020c6470
|
||||
Create Date: 2025-07-18 14:09:12.778358
|
||||
|
||||
"""
|
||||
from alembic import op
|
||||
import models as models
|
||||
import sqlalchemy as sa
|
||||
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = 'bb3812d469dd'
|
||||
down_revision = ('15e40b74a6d2', '71f5020c6470')
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
|
||||
def upgrade():
|
||||
pass
|
||||
|
||||
|
||||
def downgrade():
|
||||
pass
|
||||
|
|
@ -12,7 +12,7 @@ from sqlalchemy.dialects import postgresql
|
|||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = 'd4a76fde2724'
|
||||
down_revision = 'bb3812d469dd'
|
||||
down_revision = '15e40b74a6d2'
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
Loading…
Reference in New Issue