mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-25 18:08:38 -06:00
Resolved migration collision from #1672
This commit is contained in:
parent
fbd39da8ca
commit
81852de1fa
@ -1,5 +1,5 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Generated by Django 1.11.6 on 2017-10-30 20:43
|
# Generated by Django 1.11.6 on 2017-11-15 18:56
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
from django.db import migrations, models
|
from django.db import migrations, models
|
||||||
@ -10,7 +10,7 @@ class Migration(migrations.Migration):
|
|||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('tenancy', '0003_unicode_literals'),
|
('tenancy', '0003_unicode_literals'),
|
||||||
('dcim', '0049_rackreservation_change_user'),
|
('dcim', '0050_interface_vlan_tagging'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
Loading…
Reference in New Issue
Block a user