mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
19 lines
408 B
Python
19 lines
408 B
Python
# Generated by Django 2.1.5 on 2019-01-31 18:14
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('ipam', '0023_change_logging'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='vrf',
|
|
name='rd',
|
|
field=models.CharField(blank=True, max_length=21, null=True, unique=True),
|
|
),
|
|
]
|