mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 03:58:39 +02:00
removing old migrations
This commit is contained in:
parent
835e158d2d
commit
6ece85796c
3 changed files with 0 additions and 71 deletions
|
@ -1,19 +0,0 @@
|
|||
# Generated by Django 4.2.1 on 2023-10-03 06:36
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("registrar", "0032_alter_transitiondomain_status"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="domain",
|
||||
name="dnssec_enabled",
|
||||
field=models.BooleanField(
|
||||
default=False, help_text="Boolean indicating if dnssec is enabled"
|
||||
),
|
||||
),
|
||||
]
|
|
@ -1,28 +0,0 @@
|
|||
# Generated by Django 4.2.1 on 2023-10-03 17:34
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("registrar", "0033_domain_dnssec_enabled"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="domain",
|
||||
name="dnssec_ds_confirmed",
|
||||
field=models.BooleanField(
|
||||
default=False,
|
||||
help_text="Boolean indicating if DS record adding is confirmed",
|
||||
),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name="domain",
|
||||
name="dnssec_key_confirmed",
|
||||
field=models.BooleanField(
|
||||
default=False,
|
||||
help_text="Boolean indicating if Key record adding is confirmed",
|
||||
),
|
||||
),
|
||||
]
|
|
@ -1,24 +0,0 @@
|
|||
# Generated by Django 4.2.1 on 2023-10-06 11:50
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("registrar", "0034_domain_dnssec_ds_confirmed_and_more"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name="domain",
|
||||
name="dnssec_ds_confirmed",
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name="domain",
|
||||
name="dnssec_enabled",
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name="domain",
|
||||
name="dnssec_key_confirmed",
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue