mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-16 06:24:12 +02:00
Merge pull request #2276 from cisagov/za/hotfix-failing-migrations
Bugfix for failing migrations on main
This commit is contained in:
commit
7e4fa9f1d9
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Generated by Django 4.2.10 on 2024-06-04 00:00
|
# Generated by Django 4.2.10 on 2024-06-07 15:27
|
||||||
|
|
||||||
from django.db import migrations
|
from django.db import migrations
|
||||||
import django_fsm
|
import django_fsm
|
||||||
|
@ -7,7 +7,7 @@ import django_fsm
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("registrar", "0095_user_middle_name_user_title"),
|
("registrar", "0097_alter_user_phone"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
Loading…
Add table
Add a link
Reference in a new issue