Add merge migration
This commit is contained in:
parent
5ff582ea32
commit
785057fd96
|
|
@ -0,0 +1,12 @@
|
|||
# Generated by Django 4.2.13 on 2024-08-07 11:17
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("course", "0009_coursesessionuser_required_attendance_and_more"),
|
||||
("course", "0010_alter_coursecompletion_completion_status"),
|
||||
]
|
||||
|
||||
operations = []
|
||||
Loading…
Reference in New Issue