mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 15:01:04 +08:00
fix: incorrect down_revision in db migration
This commit is contained in:
parent
23a5dc3e32
commit
2523f5870a
@ -12,7 +12,7 @@ import sqlalchemy as sa
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = '16081485540c'
|
||||
down_revision = 'd28f2004b072'
|
||||
down_revision = '0ab65e1cc7fa'
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user