Regenerated migration to resolve conflict with 0049_rackreservation_change_user

This commit is contained in:
Jeremy Stretch 2017-11-10 15:13:36 -05:00
parent a68f528d60
commit d038f369f4

View File

@ -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 = [