diff --git a/django_lostplaces/lostplaces/migrations/0006_merge_0004_release_0_1_3_0005_add_visited_places.py b/django_lostplaces/lostplaces/migrations/0006_merge_0004_release_0_1_3_0005_add_visited_places.py new file mode 100644 index 0000000..66cfef1 --- /dev/null +++ b/django_lostplaces/lostplaces/migrations/0006_merge_0004_release_0_1_3_0005_add_visited_places.py @@ -0,0 +1,14 @@ +# Generated by Django 3.2.5 on 2021-07-16 11:15 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('lostplaces', '0004_release_0_1_3'), + ('lostplaces', '0005_add_visited_places'), + ] + + operations = [ + ]