fix: migrations and imports recycle

This commit is contained in:
Yeuoly
2024-12-24 21:36:42 +08:00
parent 5a57dad93c
commit ee6841648c
3 changed files with 2 additions and 4 deletions

View File

@ -12,7 +12,7 @@ import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = 'ddcc8bbef391'
down_revision = 'cf8f4fc45278' # HEAD OF PLUGIN BRANCH
down_revision = 'd7999dfa4aae' # HEAD OF PLUGIN BRANCH
branch_labels = None
depends_on = None