Commit 47e469dd by Tim Babych Committed by Oleg Marshev

comment

parent 5323ac5b
......@@ -12,6 +12,7 @@ class Note(models.Model):
"""
Annotation model.
"""
# no indexes here because retrieval is taken care of by ElasticSearch
user_id = models.CharField(max_length=255, help_text="Anonymized user id, not course specific")
course_id = models.CharField(max_length=255)
usage_id = models.CharField(max_length=255, help_text="ID of XBlock where the text comes from")
......
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