Skip to content

Commit 1a87017

Browse files
authored
docs: Update lti_consumer/migrations/0021_create_lti_1p3_passport.py
1 parent 6fc80a8 commit 1a87017

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lti_consumer/migrations/0021_create_lti_1p3_passport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""
33
This migration will copy config_id from LtiConfiguration database to LtiPassport table.
44
5-
This will help us link xblocks with LtiConsumer database rows without relying on the location or usage_key of xblocks.
5+
Existing config_id values are reused as passport_id so that the keyset and access token URLs already registered with LTI tools continue to work without reconfiguration.
66
"""
77
from django.db import migrations
88

0 commit comments

Comments
 (0)