mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-23 21:57:47 -06:00
11969 remove airflow from racktype (#17324)
* 11969 remove airflow from racktype * 11969 remove airflow from racktype * 11969 update docs * 11969 fix rack edit * Rename migration --------- Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
# Generated by Django 5.0.7 on 2024-07-25 07:00
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
@@ -20,9 +18,4 @@ class Migration(migrations.Migration):
|
||||
name='airflow',
|
||||
field=models.CharField(blank=True, max_length=50),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='racktype',
|
||||
name='airflow',
|
||||
field=models.CharField(blank=True, max_length=50),
|
||||
),
|
||||
]
|
||||
@@ -6,7 +6,7 @@ from django.db import migrations, models
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('dcim', '0189_moduletype_airflow_rack_airflow_racktype_airflow'),
|
||||
('dcim', '0189_moduletype_rack_airflow'),
|
||||
('extras', '0121_customfield_related_object_filter'),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user