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

Fix migrations

parent 0a6a1378
No related branches found
No related tags found
1 merge request!413Draft: Migration to fix unique constraints
Pipeline #144735 failed
......@@ -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