mirror of
https://github.com/langgenius/dify.git
synced 2026-05-10 05:56:31 +08:00
fix: loop migrations
This commit is contained in:
parent
c02a96a916
commit
aa92f0dd32
@ -14,7 +14,7 @@ import sqlalchemy as sa
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = "aab323465866"
|
||||
down_revision = "f55813ffe2c8"
|
||||
down_revision = "c3df22613c99"
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
|
||||
@ -15,7 +15,7 @@ def _is_pg(conn):
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = 'f55813ffe2c8'
|
||||
down_revision = 'c3df22613c99'
|
||||
down_revision = '227822d22895'
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user