From c0f4d1f8672dd0c403f582a65505ff350dc577eb Mon Sep 17 00:00:00 2001 From: Shadi Naif Date: Mon, 25 Dec 2023 14:01:43 +0300 Subject: [PATCH] fix: Data too long for column 'resource_id' when the course id is a little bit long, the lti xblock id becomes too long for resource_id to handle --- CHANGELOG.rst | 7 ++++++- lti_consumer/__init__.py | 2 +- .../0018_increase_length_of_resource_id.py | 18 ++++++++++++++++++ lti_consumer/models.py | 2 +- 4 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 lti_consumer/migrations/0018_increase_length_of_resource_id.py diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 14423aba..34c7c271 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,11 +15,16 @@ Please See the `releases tab