Skip to content

Commit

Permalink
Add a low-risk migration for model metadata options
Browse files Browse the repository at this point in the history
  • Loading branch information
abought committed Feb 14, 2020
1 parent 40e2eb1 commit 03de8ba
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 2.0.13 on 2020-02-14 19:19

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('gwas', '0005_auto_20190929_0344'),
]

operations = [
migrations.AlterModelOptions(
name='analysisinfo',
options={'verbose_name_plural': 'GWAS Analysis Metadata'},
),
]

0 comments on commit 03de8ba

Please sign in to comment.