Bump migration index due to a new migration in 1.9.4-r1

This commit is contained in:
Jeremy Stretch 2017-04-04 15:59:33 -04:00
parent 0d7ee6f208
commit bde1f6d199

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*- # -*- 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 __future__ import unicode_literals
from django.db import migrations, models from django.db import migrations, models
@ -11,7 +11,7 @@ class Migration(migrations.Migration):
dependencies = [ dependencies = [
('contenttypes', '0002_remove_content_type_name'), ('contenttypes', '0002_remove_content_type_name'),
('extras', '0004_topologymap_change_comma_to_semicolon'), ('extras', '0005_useraction_add_bulk_create'),
] ]
operations = [ operations = [