Skip to content

Commit

Permalink
Fix broken alembic migration revision history
Browse files Browse the repository at this point in the history
  • Loading branch information
th3coop committed Aug 8, 2023
1 parent dd2febc commit 15e7b2d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Add ActiveState OIDC publisher
Revision ID: bb4dbfafda38
Revises: 4a0276f260c7
Revises: a2af745511e0
Create Date: 2023-08-05 00:33:10.339771
"""

Expand All @@ -23,7 +23,7 @@
from sqlalchemy.dialects import postgresql

revision = "bb4dbfafda38"
down_revision = "4a0276f260c7"
down_revision = "a2af745511e0"

# Note: It is VERY important to ensure that a migration does not lock for a
# long period of time and to ensure that each individual migration does
Expand Down

0 comments on commit 15e7b2d

Please sign in to comment.