Skip to content

Commit 866b0a7

Browse files
committed
Fixup migration
1 parent b8c5423 commit 866b0a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

warehouse/migrations/versions/4037669366ca_recreate_attestations_table.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
recreate attestations table
1414
1515
Revision ID: 4037669366ca
16-
Revises: 7ca0f1f5e7b3
16+
Revises: 606abd3b8e7f
1717
Create Date: 2024-08-21 20:33:53.489489
1818
"""
1919

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

2525
revision = "4037669366ca"
26-
down_revision = "7ca0f1f5e7b3"
26+
down_revision = "606abd3b8e7f"
2727

2828

2929
def upgrade():

0 commit comments

Comments
 (0)