diff --git a/tabbycat/participants/migrations/0018_merge_20200904_1733.py b/tabbycat/participants/migrations/0018_merge_20200904_1733.py new file mode 100644 index 00000000000..4c345a5ebe7 --- /dev/null +++ b/tabbycat/participants/migrations/0018_merge_20200904_1733.py @@ -0,0 +1,14 @@ +# Generated by Django 3.1.1 on 2020-09-05 00:33 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('participants', '0017_auto_20200724_0231'), + ('participants', '0016_auto_20200705_1317'), + ] + + operations = [ + ]