Skip to content

Commit

Permalink
Fix migration target.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed Dec 9, 2024
1 parent eea4961 commit 547869f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Make Loan.patron_id and Hold.patron_id non-nullable.
Revision ID: 58b0ae7f5b67
Revises: c3458e1ef9aa
Revises: 8dde64eab209
Create Date: 2024-12-04 08:04:24.182444+00:00
"""
Expand All @@ -10,7 +10,7 @@

# revision identifiers, used by Alembic.
revision = "58b0ae7f5b67"
down_revision = "c3458e1ef9aa"
down_revision = "8dde64eab209"
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 547869f

Please sign in to comment.