We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2febc commit 15e7b2dCopy full SHA for 15e7b2d
warehouse/migrations/versions/bb4dbfafda38_add_activestate_oidc_publisher.py
@@ -13,7 +13,7 @@
13
Add ActiveState OIDC publisher
14
15
Revision ID: bb4dbfafda38
16
-Revises: 4a0276f260c7
+Revises: a2af745511e0
17
Create Date: 2023-08-05 00:33:10.339771
18
"""
19
@@ -23,7 +23,7 @@
23
from sqlalchemy.dialects import postgresql
24
25
revision = "bb4dbfafda38"
26
-down_revision = "4a0276f260c7"
+down_revision = "a2af745511e0"
27
28
# Note: It is VERY important to ensure that a migration does not lock for a
29
# long period of time and to ensure that each individual migration does
0 commit comments