reorder 0017_auto_20180327_1631 to be after the other 0017

The migration 0017_remove_icon_class_image_secondary_fields was in
conflict with 0017_auto_20180327_1631, so we bump the latter to 0018.
This commit is contained in:
Troy Sankey
2018-03-29 14:35:55 -04:00
parent 70ae23d4c2
commit 2e05eeca54

View File

@@ -7,7 +7,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('third_party_auth', '0016_auto_20180130_0938'),
('third_party_auth', '0017_remove_icon_class_image_secondary_fields'),
]
operations = [