mirror of https://github.com/langgenius/dify.git
refactor(api): reorganize migration files
This commit is contained in:
parent
d5ff89f6d3
commit
4f460160d2
|
|
@ -12,7 +12,7 @@ import sqlalchemy as sa
|
|||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = '4558cfabe44e'
|
||||
down_revision = '8d289573e1da'
|
||||
down_revision = '68519ad5cd18'
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ import sqlalchemy as sa
|
|||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = 'c19938f630b6'
|
||||
down_revision = '875c659da2f8'
|
||||
down_revision = '9ee7d347f4c1'
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ import sqlalchemy as sa
|
|||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = '132392a2635f'
|
||||
down_revision = '9ee7d347f4c1'
|
||||
down_revision = 'c19938f630b6'
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
Loading…
Reference in New Issue