Skip to content
Snippets Groups Projects
Commit c2aef27c authored by magicfelix's avatar magicfelix
Browse files

Fix migrations

parent fd99a317
No related branches found
No related tags found
1 merge request!336Resolve "Migrations fail"
Checking pipeline status
......@@ -130,7 +130,7 @@ class Migration(migrations.Migration):
"verbose_name": "Personal note",
"verbose_name_plural": "Personal notes",
"ordering": [
"lesson_period__lesson__date_start",
"lesson_period__lesson__validity__date_start",
"week",
"lesson_period__period__weekday",
"lesson_period__period__period",
......@@ -194,7 +194,7 @@ class Migration(migrations.Migration):
"verbose_name": "Lesson documentation",
"verbose_name_plural": "Lesson documentations",
"ordering": [
"lesson_period__lesson__date_start",
"lesson_period__lesson__validity__date_start",
"week",
"lesson_period__period__weekday",
"lesson_period__period__period",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment