minor alembic nit

This commit is contained in:
pablonyx 2025-02-19 10:47:33 -08:00
parent 31524a3eff
commit 7c96b7f24e

View File

@ -1,7 +1,7 @@
"""remove inactive ccpair status on downgrade """remove inactive ccpair status on downgrade
Revision ID: acaab4ef4507 Revision ID: acaab4ef4507
Revises: b7a7eee5aa15 Revises: b388730a2899
Create Date: 2025-02-16 18:21:41.330212 Create Date: 2025-02-16 18:21:41.330212
""" """
@ -12,7 +12,7 @@ from sqlalchemy import update
# revision identifiers, used by Alembic. # revision identifiers, used by Alembic.
revision = "acaab4ef4507" revision = "acaab4ef4507"
down_revision = "b7a7eee5aa15" down_revision = "b388730a2899"
branch_labels = None branch_labels = None
depends_on = None depends_on = None