mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 20:18:38 +02:00
make migrations, fix conflict from merge
This commit is contained in:
parent
6a2f1b0bc8
commit
889289f54e
1 changed files with 12 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
# Generated by Django 4.2.1 on 2023-09-12 14:12
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("registrar", "0031_alter_domain_state"),
|
||||
("registrar", "0031_transitiondomain"),
|
||||
]
|
||||
|
||||
operations = []
|
Loading…
Add table
Add a link
Reference in a new issue