Commit c9189d73 by Adam Committed by GitHub

Merge pull request #15140 from edx/adam/up-course-overviews-version

up course overviews version to force refresh of table
parents 6f326f72 f5a3df6e
...@@ -44,7 +44,7 @@ class CourseOverview(TimeStampedModel): ...@@ -44,7 +44,7 @@ class CourseOverview(TimeStampedModel):
app_label = 'course_overviews' app_label = 'course_overviews'
# IMPORTANT: Bump this whenever you modify this model and/or add a migration. # IMPORTANT: Bump this whenever you modify this model and/or add a migration.
VERSION = 5 VERSION = 6
# Cache entry versioning. # Cache entry versioning.
version = IntegerField() version = IntegerField()
......
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