mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-16 12:38:17 -06:00
Stupidly forgot to git add
This commit is contained in:
parent
f4fbd301ff
commit
e9abaf16c5
18
netbox/dcim/migrations/0186_location_facility.py
Normal file
18
netbox/dcim/migrations/0186_location_facility.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.4 on 2024-03-17 02:21
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('dcim', '0185_gfk_indexes'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='location',
|
||||
name='facility',
|
||||
field=models.CharField(blank=True, max_length=50),
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue
Block a user