|
|
|
@ -1,11 +1,11 @@
@@ -1,11 +1,11 @@
|
|
|
|
|
# Generated by Django 4.0.5 on 2022-06-18 21:58 |
|
|
|
|
# Generated by Django 4.0.5 on 2022-06-18 22:51 |
|
|
|
|
|
|
|
|
|
from django.db import migrations, models |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration): |
|
|
|
|
|
|
|
|
|
replaces = [('scopedsites', '0001_initial'), ('scopedsites', '0002_alter_domain_name')] |
|
|
|
|
initial = True |
|
|
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
] |
|
|
|
@ -16,7 +16,6 @@ class Migration(migrations.Migration):
@@ -16,7 +16,6 @@ class Migration(migrations.Migration):
|
|
|
|
|
fields=[ |
|
|
|
|
('id', models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), |
|
|
|
|
('fqdn', models.CharField(max_length=255, unique=True, verbose_name='FQDN')), |
|
|
|
|
('name', models.CharField(blank=True, max_length=255, verbose_name='display name')), |
|
|
|
|
], |
|
|
|
|
), |
|
|
|
|
] |