up course overviews version to force refresh of table

This commit is contained in:
Adam Palay
2017-05-17 15:04:18 -04:00
parent 6f326f7245
commit f5a3df6e20

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 = 5
VERSION = 6
# Cache entry versioning.
version = IntegerField()