diff --git a/schoolapps/aub/migrations/0006_merge_20190106_1714.py b/schoolapps/aub/migrations/0006_merge_20190106_1714.py new file mode 100644 index 0000000000000000000000000000000000000000..302ebcd6595efe2866096e6c79ac43417453e442 --- /dev/null +++ b/schoolapps/aub/migrations/0006_merge_20190106_1714.py @@ -0,0 +1,13 @@ +# Generated by Django 2.0.7 on 2019-01-06 16:14 + +from django.db import migrations + + +class Migration(migrations.Migration): + dependencies = [ + ('aub', '0003_auto_20181223_0905'), + ('aub', '0005_auto_20181128_1709'), + ] + + operations = [ + ]