mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
19 lines
398 B
Python
19 lines
398 B
Python
# Generated by Django 2.2.6 on 2019-12-10 17:56
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('ipam', '0031_3569_service_fields'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='role',
|
|
name='description',
|
|
field=models.CharField(blank=True, max_length=100),
|
|
),
|
|
]
|