mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 16:02:15 +02:00
Fix migration
This commit is contained in:
parent
79b23ad362
commit
7ee0feac73
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
|
||||
import django_fsm
|
||||
|
@ -7,7 +7,7 @@ import django_fsm
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("registrar", "0095_user_middle_name_user_title"),
|
||||
("registrar", "0097_alter_user_phone"),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Add table
Add a link
Reference in a new issue