mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 12:37:20 +08:00
fix migration version dependency
This commit is contained in:
parent
fef62d937d
commit
00d9c48461
@ -11,7 +11,7 @@ from sqlalchemy.dialects import postgresql
|
|||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
# revision identifiers, used by Alembic.
|
||||||
revision = 'b289e2408ee2'
|
revision = 'b289e2408ee2'
|
||||||
down_revision = '17b5ab037c40'
|
down_revision = 'a8d7385a7b66'
|
||||||
branch_labels = None
|
branch_labels = None
|
||||||
depends_on = None
|
depends_on = None
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user