Skip to content

Commit

Permalink
fix: migration order
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Zorkin committed Jan 3, 2025
1 parent 2a41a07 commit 57fa7fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""add update_count_transfers_in_progress db function and update existing counts
Revision ID: 9329e38396e1
Revises: ab04810d4d7c
Revises: d9cdd9fca0ce
Create Date: 2024-12-30 13:54:09.361644
"""
Expand All @@ -11,7 +11,7 @@

# revision identifiers, used by Alembic.
revision = "9329e38396e1"
down_revision = "ab04810d4d7c"
down_revision = "d9cdd9fca0ce"
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 57fa7fe

Please sign in to comment.