diff --git a/app/dashboard/migrations/0086_merge_20200306_1954.py b/app/dashboard/migrations/0086_merge_20200306_1954.py new file mode 100644 index 00000000000..cb1eceb1a32 --- /dev/null +++ b/app/dashboard/migrations/0086_merge_20200306_1954.py @@ -0,0 +1,14 @@ +# Generated by Django 2.2.4 on 2020-03-06 19:54 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('dashboard', '0085_activity_hackathonevent'), + ('dashboard', '0085_merge_20200303_2256'), + ] + + operations = [ + ]