Commit 8fbdb286 by Matthew Piatetsky

Revert "Merge pull request #403 from edx/ECOM-6122"

This reverts commit 5c62f8a3, reversing
changes made to 32e3b68b.
parent cf314ad9
......@@ -27,7 +27,7 @@ def drop_program_types(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
('course_metadata', '0001_squashed_0033_courserun_mobile_available'),
('course_metadata', '0012_create_seat_types'),
]
operations = [
......
......@@ -15,7 +15,7 @@ class Migration(migrations.Migration):
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('core', '0007_auto_20160510_2017'),
('ietf_language_tags', '0002_language_tag_data_migration'),
('course_metadata', '0001_squashed_0033_courserun_mobile_available'),
('course_metadata', '0007_auto_20160720_1749'),
]
operations = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment