mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-14 13:34:10 +02:00
Fix migrations
This commit is contained in:
parent
8b680d3043
commit
cdc4e366a0
2 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from django.db import migrations, models
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("registrar", "0048_alter_transitiondomain_status"),
|
("registrar", "0049_alter_domainapplication_current_websites_and_more"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue