Skip to content

Commit

Permalink
Change date on revision to ensure it reflects the order of application.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed Dec 4, 2024
1 parent 8db8da1 commit 5523ccf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
"""Make Loan.patron_id and Hold.patron_id non-nullable.
Revision ID: 58b0ae7f5b67
Revises: 272da5f400de
Create Date: 2024-11-19 18:04:24.182444+00:00
Revises: c3458e1ef9aa
Create Date: 2024-12-04 08:04:24.182444+00:00
"""

from alembic import op

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

Expand Down

0 comments on commit 5523ccf

Please sign in to comment.