mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +02:00
merge diverging migrations
This commit is contained in:
parent
1f55ac8e06
commit
5e787eeed3
1 changed files with 12 additions and 0 deletions
12
src/registrar/migrations/0039_merge_20231013_2029.py
Normal file
12
src/registrar/migrations/0039_merge_20231013_2029.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Generated by Django 4.2.1 on 2023-10-13 20:29
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("registrar", "0038_alter_domainapplication_organization_type_and_more"),
|
||||
("registrar", "0038_create_groups_v02"),
|
||||
]
|
||||
|
||||
operations = []
|
Loading…
Add table
Add a link
Reference in a new issue