Skip to content

Commit

Permalink
Fix down version in alembic update.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed Oct 31, 2024
1 parent 0c3cddc commit 939a5f3
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 UUID to patron table
Revision ID: 272da5f400de
Revises: 1938277e993f
Revises: 3faa5bba3ddf
Create Date: 2024-10-30 17:41:28.151677+00:00
"""
Expand All @@ -14,7 +14,7 @@

# revision identifiers, used by Alembic.
revision = "272da5f400de"
down_revision = "1938277e993f"
down_revision = "3faa5bba3ddf"
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 939a5f3

Please sign in to comment.