bump up the courseoverview version

This commit is contained in:
Qubad786
2017-05-09 12:54:37 +05:00
parent ed5412eba9
commit 446fa65bcd

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()