Skip to content

Commit

Permalink
Add merge migration as discussed with Oliwia
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchrisadams authored and tortila committed Jul 12, 2023
1 parent 800366e commit 364b6fd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apps/accounts/migrations/0058_merge_20230712_1143.py
Original file line number Diff line number Diff line change
@@ -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 = [
]

0 comments on commit 364b6fd

Please sign in to comment.