Skip to content

Commit caf7076

Browse files
authored
Merge pull request #1387 from microbiomedata/resolve-multiple-head-revisions-cog
Change down_revision of COG table migration
2 parents 32dbc5e + 662300f commit caf7076

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nmdc_server/migrations/versions/317274ad8137_add_cog_mappings.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Add COG mappings
22
33
Revision ID: 317274ad8137
4-
Revises: 0ff690fb929d
4+
Revises: 5403c7fe0b33
55
Create Date: 2024-08-30 20:13:12.480955
66
77
"""
@@ -13,7 +13,7 @@
1313

1414
# revision identifiers, used by Alembic.
1515
revision: str = "317274ad8137"
16-
down_revision: Optional[str] = "0ff690fb929d"
16+
down_revision: Optional[str] = "5403c7fe0b33"
1717
branch_labels: Optional[str] = None
1818
depends_on: Optional[str] = None
1919

0 commit comments

Comments
 (0)