Skip to content

Commit

Permalink
Migration merge
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMadBug committed Jul 9, 2024
1 parent 3be9a44 commit 9183f4b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions annotation/migrations/0110_merge_20240709_1411.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 4.2.11 on 2024-07-09 04:41

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('annotation', '0109_alter_clinvar_clinvar_review_status_and_more'),
('annotation', '0109_one_off_vep_version_major_only_ensembl_variation'),
]

operations = [
]

0 comments on commit 9183f4b

Please sign in to comment.