Skip to content

Commit 209f5f5

Browse files
committed
fix: add the migration
1 parent 35bb8da commit 209f5f5

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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+
]

0 commit comments

Comments
 (0)