Skip to content

Commit

Permalink
Reorder Alembic Migrations for Release
Browse files Browse the repository at this point in the history
  • Loading branch information
bencap committed Nov 20, 2024
1 parent 1556a6e commit 8e0bb20
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""score set level score thresholds
Revision ID: aa73d39b3705
Revises: 03c7124c33e1
Revises: 68a0ec57694e
Create Date: 2024-11-13 11:23:57.917725
"""
Expand All @@ -12,7 +12,7 @@

# revision identifiers, used by Alembic.
revision = "aa73d39b3705"
down_revision = "03c7124c33e1"
down_revision = "68a0ec57694e"
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 8e0bb20

Please sign in to comment.