fix: loop migrations

This commit is contained in:
Junyan Qin
2026-02-11 21:46:45 +08:00
parent c02a96a916
commit aa92f0dd32
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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