mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +02:00
fix migrations
This commit is contained in:
parent
c7f7898d04
commit
83243ad488
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# Generated by Django 4.2.10 on 2024-06-13 22:29
|
||||
# Generated by Django 4.2.10 on 2024-06-17 17:08
|
||||
|
||||
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", "0101_domaininformation_cisa_representative_first_name_and_more"),
|
||||
("registrar", "0102_domain_dsdata_last_change"),
|
||||
]
|
||||
|
||||
operations = [
|
|
@ -25,7 +25,7 @@ def create_groups(apps, schema_editor) -> Any:
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("registrar", "0102_portfolio_domaininformation_portfolio_and_more"),
|
||||
("registrar", "0103_portfolio_domaininformation_portfolio_and_more"),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Add table
Add a link
Reference in a new issue