mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 21:19:42 +02:00
Fix migration weirdness
This commit is contained in:
parent
8798ed4c07
commit
d89ace47ba
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import django_fsm
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("registrar", "0054_alter_domainapplication_federal_agency_and_more"),
|
("registrar", "0055_transitiondomain_processed"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
Loading…
Add table
Add a link
Reference in a new issue