mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
updated migrations
This commit is contained in:
parent
d7de91b7f9
commit
2a90335499
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# Generated by Django 4.2.10 on 2024-06-12 23:06
|
||||
# Generated by Django 4.2.10 on 2024-06-13 22:29
|
||||
|
||||
from django.conf import settings
|
||||
from django.db import migrations, models
|
||||
|
@ -9,7 +9,7 @@ import registrar.models.portfolio
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("registrar", "0100_domainrequest_action_needed_reason"),
|
||||
("registrar", "0101_domaininformation_cisa_representative_first_name_and_more"),
|
||||
]
|
||||
|
||||
operations = [
|
|
@ -25,7 +25,7 @@ def create_groups(apps, schema_editor) -> Any:
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("registrar", "0101_portfolio_domaininformation_portfolio_and_more"),
|
||||
("registrar", "0102_portfolio_domaininformation_portfolio_and_more"),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Add table
Add a link
Reference in a new issue