From 7c96b7f24e03e9a14f77fe832843b0dea4fe0eb2 Mon Sep 17 00:00:00 2001 From: pablonyx Date: Wed, 19 Feb 2025 10:47:33 -0800 Subject: [PATCH] minor alembic nit --- .../acaab4ef4507_remove_inactive_ccpair_status_on_.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/alembic/versions/acaab4ef4507_remove_inactive_ccpair_status_on_.py b/backend/alembic/versions/acaab4ef4507_remove_inactive_ccpair_status_on_.py index 4980ef92e1..2cc763242f 100644 --- a/backend/alembic/versions/acaab4ef4507_remove_inactive_ccpair_status_on_.py +++ b/backend/alembic/versions/acaab4ef4507_remove_inactive_ccpair_status_on_.py @@ -1,7 +1,7 @@ """remove inactive ccpair status on downgrade Revision ID: acaab4ef4507 -Revises: b7a7eee5aa15 +Revises: b388730a2899 Create Date: 2025-02-16 18:21:41.330212 """ @@ -12,7 +12,7 @@ from sqlalchemy import update # revision identifiers, used by Alembic. revision = "acaab4ef4507" -down_revision = "b7a7eee5aa15" +down_revision = "b388730a2899" branch_labels = None depends_on = None