Fix migrations merge conflict

This commit is contained in:
Neil Martinsen-Burrell 2023-01-25 11:48:55 -06:00
parent c5ada0437f
commit cc510138cb
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184

View file

@ -1,4 +1,4 @@
# Generated by Django 4.1.5 on 2023-01-18 21:11
# Generated by Django 4.1.5 on 2023-01-25 17:48
from django.db import migrations, models
@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("registrar", "0007_domainapplication_more_organization_information_and_more"),
("registrar", "0008_remove_userprofile_created_at_and_more"),
]
operations = [