Skip to content

Commit

Permalink
feat: test sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
kaustavb12 committed Dec 14, 2023
1 parent 0ce6bf5 commit 78f4a2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openedx/core/djangoapps/content/course_overviews/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class Meta:
# Cache entry versioning.
version = models.IntegerField()


# Course identification
id = CourseKeyField(db_index=True, primary_key=True, max_length=255)
_location = UsageKeyField(max_length=255)
Expand Down

0 comments on commit 78f4a2e

Please sign in to comment.