Skip to content

Commit

Permalink
added migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon committed Apr 8, 2019
1 parent 1000ddc commit 6902faf
Showing 1 changed file with 17 additions and 0 deletions.
@@ -0,0 +1,17 @@
# Generated by Django 2.1.7 on 2019-04-08 19:08

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('observations', '0001_initial'),
]

operations = [
migrations.AlterModelOptions(
name='configurationstatus',
options={'ordering': ['id'], 'verbose_name_plural': 'Configuration statuses'},
),
]

0 comments on commit 6902faf

Please sign in to comment.