File tree Expand file tree Collapse file tree
openedx/core/djangoapps/content_libraries/migrations Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Generated by Django 5.2.12 on 2026-04-07 17:56
2+
3+ from django .db import migrations
4+
5+
6+ class Migration (migrations .Migration ):
7+
8+ dependencies = [
9+ ('content_libraries' , '0001_squashed_0012_switch_to_openedx_content' ),
10+ ]
11+
12+ operations = [
13+ migrations .AlterUniqueTogether (
14+ name = 'ltigradedresource' ,
15+ unique_together = None ,
16+ ),
17+ migrations .RemoveField (
18+ model_name = 'ltigradedresource' ,
19+ name = 'profile' ,
20+ ),
21+ migrations .AlterUniqueTogether (
22+ name = 'ltiprofile' ,
23+ unique_together = None ,
24+ ),
25+ migrations .RemoveField (
26+ model_name = 'ltiprofile' ,
27+ name = 'user' ,
28+ ),
29+ migrations .RemoveField (
30+ model_name = 'contentlibrary' ,
31+ name = 'authorized_lti_configs' ,
32+ ),
33+ migrations .DeleteModel (
34+ name = 'ContentLibraryBlockImportTask' ,
35+ ),
36+ migrations .DeleteModel (
37+ name = 'LtiGradedResource' ,
38+ ),
39+ migrations .DeleteModel (
40+ name = 'LtiProfile' ,
41+ ),
42+ ]
You can’t perform that action at this time.
0 commit comments