Skip to content

Commit 397db77

Browse files
committed
refactor: remove location from config table
1 parent 5defb31 commit 397db77

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Generated by Django 5.2.12 on 2026-03-12 14:18
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
dependencies = [
8+
('lti_consumer', '0021_migrate_config_id_to_blocks'),
9+
]
10+
11+
operations = [
12+
migrations.RemoveField(
13+
model_name='lticonfiguration',
14+
name='location',
15+
),
16+
]

0 commit comments

Comments
 (0)