mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 19:48:36 +02:00
Fix migration
This commit is contained in:
parent
02220feb7a
commit
9dc4568908
1 changed files with 15 additions and 0 deletions
15
src/registrar/migrations/0033_merge_20230913_0015.py
Normal file
15
src/registrar/migrations/0033_merge_20230913_0015.py
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Generated by Django 4.2.1 on 2023-09-13 00:15
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
(
|
||||
"registrar",
|
||||
"0031_remove_domainapplication_more_organization_information_and_more",
|
||||
),
|
||||
("registrar", "0032_merge_0031_alter_domain_state_0031_transitiondomain"),
|
||||
]
|
||||
|
||||
operations = []
|
Loading…
Add table
Add a link
Reference in a new issue