mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Add rf_role to Interface
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
# Generated by Django 3.2.8 on 2021-10-13 13:44
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
@@ -10,6 +8,11 @@ class Migration(migrations.Migration):
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='interface',
|
||||
name='rf_role',
|
||||
field=models.CharField(blank=True, max_length=30),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='interface',
|
||||
name='rf_channel',
|
||||
|
Reference in New Issue
Block a user