mirror of https://github.com/langgenius/dify.git
fix db migration (#15422)
This commit is contained in:
parent
f77f7e1437
commit
a1ab4aec3d
|
|
@ -12,7 +12,7 @@ from sqlalchemy.dialects import postgresql
|
|||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = 'f051706725cc'
|
||||
down_revision = 'd20049ed0af6'
|
||||
down_revision = 'ee79d9b1c156'
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue