mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 00:28:16 -06:00
Regenerated migration to resolve conflict with 0049_rackreservation_change_user
This commit is contained in:
parent
a68f528d60
commit
d038f369f4
@ -1,5 +1,5 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Generated by Django 1.11.4 on 2017-10-13 20:22
|
# Generated by Django 1.11.6 on 2017-11-10 20:10
|
||||||
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 = [
|
||||||
('ipam', '0020_ipaddress_add_role_carp'),
|
('ipam', '0020_ipaddress_add_role_carp'),
|
||||||
('dcim', '0048_rack_serial'),
|
('dcim', '0049_rackreservation_change_user'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
Loading…
Reference in New Issue
Block a user