diff --git a/common/djangoapps/student/migrations/0010_auto_20170207_0458.py b/common/djangoapps/student/migrations/0010_auto_20170207_0458.py index e700f1ec66..901e70ebf3 100644 --- a/common/djangoapps/student/migrations/0010_auto_20170207_0458.py +++ b/common/djangoapps/student/migrations/0010_auto_20170207_0458.py @@ -26,9 +26,5 @@ class Migration(migrations.Migration): # ) operations = [ - migrations.RunSQL( - # Do nothing: - "select 1", - "select 1" - ) + # Nothing to do. ]