Skip to content

Commit 9ba16ea

Browse files
committed
fix(migration): correct down_revision reference in target_gene_mappings migration
1 parent dbba4a3 commit 9ba16ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

alembic/versions/8c4a2f1d9e6b_target_gene_mappings_and_score_annotation_columns.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""target_gene_mappings table and ScoreAnnotation columns on mapped_variants
22
33
Revision ID: 8c4a2f1d9e6b
4-
Revises: e3a7b9f1d2c5
4+
Revises: f2a1b3c4d5e6
55
Create Date: 2026-04-28
66
77
Adds the ``target_gene_mappings`` table (per-(target gene, alignment level)
@@ -28,7 +28,7 @@
2828

2929
# revision identifiers, used by Alembic.
3030
revision = "8c4a2f1d9e6b"
31-
down_revision = "e3a7b9f1d2c5"
31+
down_revision = "f2a1b3c4d5e6"
3232
branch_labels = None
3333
depends_on = None
3434

0 commit comments

Comments
 (0)