diff --git a/core/migrations/0001_initial.py b/core/migrations/0001_initial.py index 017d2409..cbeb90f8 100644 --- a/core/migrations/0001_initial.py +++ b/core/migrations/0001_initial.py @@ -16,7 +16,7 @@ class Migration(migrations.Migration): initial = True dependencies = [ - ('geo', '0001_initial'), + ('geo', '0002_alter_address_api_response_alter_address_location_and_more'), ] operations = [ diff --git a/vibes_auth/migrations/0001_initial.py b/vibes_auth/migrations/0001_initial.py index 7719cf10..c4d59e0e 100644 --- a/vibes_auth/migrations/0001_initial.py +++ b/vibes_auth/migrations/0001_initial.py @@ -17,7 +17,6 @@ class Migration(migrations.Migration): dependencies = [ ('auth', '0012_alter_user_first_name_max_length'), - ('core', '0001_initial'), ] operations = [