mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
3839: Add airflow field to Device
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
# Generated by Django 3.2.8 on 2021-10-14 19:29
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
@@ -15,4 +13,9 @@ class Migration(migrations.Migration):
|
||||
name='airflow',
|
||||
field=models.CharField(blank=True, max_length=50),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='device',
|
||||
name='airflow',
|
||||
field=models.CharField(blank=True, max_length=50),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user