diff --git a/apps/establishment/migrations/0009_merge_20190901_1131.py b/apps/establishment/migrations/0009_merge_20190901_1131.py new file mode 100644 index 00000000..e5a59f4d --- /dev/null +++ b/apps/establishment/migrations/0009_merge_20190901_1131.py @@ -0,0 +1,14 @@ +# Generated by Django 2.2.4 on 2019-09-01 11:31 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('establishment', '0006_comment'), + ('establishment', '0008_contactemail_contactphone'), + ] + + operations = [ + ]