Merge pull request #15068 from edx/mrehan/bump-course-overview

bump up the courseoverview version
This commit is contained in:
Muzaffar yousaf
2017-05-09 23:01:42 +05:00
committed by GitHub

View File

@@ -44,7 +44,7 @@ class CourseOverview(TimeStampedModel):
app_label = 'course_overviews'
# IMPORTANT: Bump this whenever you modify this model and/or add a migration.
VERSION = 4
VERSION = 5
# Cache entry versioning.
version = IntegerField()