Commit e53a3db7 by Matthew Piatetsky Committed by GitHub

Merge pull request #395 from edx/fix_migrations2

Try again to fix migrations
parents eb5485ca df5344c2
...@@ -7,7 +7,7 @@ from django.db import migrations, models ...@@ -7,7 +7,7 @@ from django.db import migrations, models
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
('course_metadata', '0031_auto_20161020_1814'), ('course_metadata', '0031_courserun_weeks_to_complete'),
] ]
operations = [ 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