mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
19 lines
426 B
Python
19 lines
426 B
Python
# Generated by Django 3.1b1 on 2020-07-16 15:55
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('circuits', '0018_standardize_description'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='circuittermination',
|
|
name='connection_status',
|
|
field=models.BooleanField(blank=True, null=True),
|
|
),
|
|
]
|