mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 11:38:39 +02:00
merge conflicting migrations
This commit is contained in:
parent
20157e2e99
commit
d01bebec41
1 changed files with 12 additions and 0 deletions
12
src/registrar/migrations/0040_merge_20231018_2203.py
Normal file
12
src/registrar/migrations/0040_merge_20231018_2203.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Generated by Django 4.2.1 on 2023-10-18 22:03
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("registrar", "0039_alter_transitiondomain_status"),
|
||||
("registrar", "0039_merge_20231013_2029"),
|
||||
]
|
||||
|
||||
operations = []
|
Loading…
Add table
Add a link
Reference in a new issue