mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 03:46:25 -06:00
Fix migration
This commit is contained in:
parent
3b82f146d7
commit
e146067cfd
@ -8,7 +8,7 @@ from django.db import migrations
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('dcim', '0024_site_add_contact_fields'),
|
('dcim', '0025_devicetype_add_interface_ordering'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
@ -20,4 +20,4 @@ class Migration(migrations.Migration):
|
|||||||
name='rack',
|
name='rack',
|
||||||
unique_together=set([('site', 'facility_id'), ('site', 'name', 'group')]),
|
unique_together=set([('site', 'facility_id'), ('site', 'name', 'group')]),
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user