diff --git a/common/djangoapps/third_party_auth/migrations/0017_auto_20180327_1631.py b/common/djangoapps/third_party_auth/migrations/0018_auto_20180327_1631.py similarity index 92% rename from common/djangoapps/third_party_auth/migrations/0017_auto_20180327_1631.py rename to common/djangoapps/third_party_auth/migrations/0018_auto_20180327_1631.py index 0bc41efc83..c5f00b8d4d 100644 --- a/common/djangoapps/third_party_auth/migrations/0017_auto_20180327_1631.py +++ b/common/djangoapps/third_party_auth/migrations/0018_auto_20180327_1631.py @@ -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 = [