We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c5423 commit 866b0a7Copy full SHA for 866b0a7
warehouse/migrations/versions/4037669366ca_recreate_attestations_table.py
@@ -13,7 +13,7 @@
13
recreate attestations table
14
15
Revision ID: 4037669366ca
16
-Revises: 7ca0f1f5e7b3
+Revises: 606abd3b8e7f
17
Create Date: 2024-08-21 20:33:53.489489
18
"""
19
@@ -23,7 +23,7 @@
23
from sqlalchemy.dialects import postgresql
24
25
revision = "4037669366ca"
26
-down_revision = "7ca0f1f5e7b3"
+down_revision = "606abd3b8e7f"
27
28
29
def upgrade():
0 commit comments