Skip to content

Commit bd54cd2

Browse files
committed
fix: improperly renamed functional_ranges property in alembic downgrade
1 parent edc2058 commit bd54cd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

alembic/versions/16beeb593513_add_acmg_classification_and_functional_.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,5 @@ def downgrade():
139139
op.drop_table("score_calibration_functional_classification_variants")
140140
op.drop_table("score_calibration_functional_classifications")
141141
op.drop_table("acmg_classifications")
142+
op.alter_column("score_calibrations", "functional_ranges_deprecated_json", new_column_name="functional_ranges")
142143
# ### end Alembic commands ###

0 commit comments

Comments
 (0)