Skip to content

Commit

Permalink
Model change to add LMSCourse.lti_context_memberships_url
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Aug 27, 2024
1 parent 6e2ea5f commit 44bf6b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lms/models/lms_course.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ class LMSCourse(CreatedUpdatedMixin, Base):

name: Mapped[str] = mapped_column(index=True)

lti_context_memberships_url: Mapped[str | None] = mapped_column()
"""URL for the Names and Roles endpoint, stored during launch to use it outside the launch context."""


class LMSCourseApplicationInstance(CreatedUpdatedMixin, Base):
"""Record of on which installs (application instances) we have seen one course."""
Expand Down

0 comments on commit 44bf6b5

Please sign in to comment.