mirror of https://github.com/langgenius/dify.git
fix migration order
This commit is contained in:
parent
a93a2e2e0c
commit
bf06be0c75
|
|
@ -11,7 +11,7 @@ from sqlalchemy.dialects import postgresql
|
|||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = 'b289e2408ee2'
|
||||
down_revision = '16830a790f0f'
|
||||
down_revision = 'a8f9b3c45e4a'
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue