Skip to content

Commit 15e7b2d

Browse files
committed
Fix broken alembic migration revision history
1 parent dd2febc commit 15e7b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

warehouse/migrations/versions/bb4dbfafda38_add_activestate_oidc_publisher.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Add ActiveState OIDC publisher
1414
1515
Revision ID: bb4dbfafda38
16-
Revises: 4a0276f260c7
16+
Revises: a2af745511e0
1717
Create Date: 2023-08-05 00:33:10.339771
1818
"""
1919

@@ -23,7 +23,7 @@
2323
from sqlalchemy.dialects import postgresql
2424

2525
revision = "bb4dbfafda38"
26-
down_revision = "4a0276f260c7"
26+
down_revision = "a2af745511e0"
2727

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

0 commit comments

Comments
 (0)