Commit a438d60d by Mushtaq Ali

Fix coursevideo migration -TNL-6094

parent 26716a1c
Christopher Lee <clee@edx.org>
\ No newline at end of file
Christopher Lee <clee@edx.org>
Mushtaq Ali <mushtaak@gmail.com>
......@@ -14,6 +14,6 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name='coursevideo',
name='is_hidden',
field=models.BooleanField(default=False, help_text=b'Hide this video for course.'),
field=models.BooleanField(default=False, help_text=b'Hide video for course.'),
),
]
......@@ -39,7 +39,7 @@ def load_requirements(*requirements_paths):
setup(
name='edxval',
version='0.0.10',
version='0.0.11',
author='edX',
url='http://github.com/edx/edx-val',
description='edx-val',
......
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