Merge migrations
This commit is contained in:
parent
3293e7bb45
commit
b7cca35e88
|
|
@ -4,9 +4,11 @@ from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("learnpath", "0002_learningcontentrichtext_text"),
|
(
|
||||||
|
"learnpath",
|
||||||
|
"0003_rename_learningcontentattendanceday_learningcontentattendancecourse",
|
||||||
|
),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
Loading…
Reference in New Issue