diff --git a/apps/accounts/migrations/0058_merge_20230712_1143.py b/apps/accounts/migrations/0058_merge_20230712_1143.py new file mode 100644 index 00000000..458c96be --- /dev/null +++ b/apps/accounts/migrations/0058_merge_20230712_1143.py @@ -0,0 +1,14 @@ +# Generated by Django 3.2.19 on 2023-07-12 11:43 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('accounts', '0055_alter_providerrequest_missing_network_explanation'), + ('accounts', '0057_remove_user_hostingprovider_fk'), + ] + + operations = [ + ]