From bde1f6d199d53b54568cfdf6c2365ecc36bd7f3e Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 4 Apr 2017 15:59:33 -0400 Subject: [PATCH] Bump migration index due to a new migration in 1.9.4-r1 --- ...05_add_imageattachment.py => 0006_add_imageattachments.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename netbox/extras/migrations/{0005_add_imageattachment.py => 0006_add_imageattachments.py} (91%) diff --git a/netbox/extras/migrations/0005_add_imageattachment.py b/netbox/extras/migrations/0006_add_imageattachments.py similarity index 91% rename from netbox/extras/migrations/0005_add_imageattachment.py rename to netbox/extras/migrations/0006_add_imageattachments.py index 478762079..c4c589a9e 100644 --- a/netbox/extras/migrations/0005_add_imageattachment.py +++ b/netbox/extras/migrations/0006_add_imageattachments.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Generated by Django 1.10.6 on 2017-04-03 15:55 +# Generated by Django 1.11 on 2017-04-04 19:58 from __future__ import unicode_literals from django.db import migrations, models @@ -11,7 +11,7 @@ class Migration(migrations.Migration): dependencies = [ ('contenttypes', '0002_remove_content_type_name'), - ('extras', '0004_topologymap_change_comma_to_semicolon'), + ('extras', '0005_useraction_add_bulk_create'), ] operations = [