Skip to content
Snippets Groups Projects
Verified Commit d519bea1 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix migration history

parent d045eccc
No related branches found
No related tags found
No related merge requests found
Pipeline #3196 passed
...@@ -6,7 +6,7 @@ from django.db import migrations, models ...@@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
('alsijil', '0002_excuse_type'), ('alsijil', '0003_extra_mark'),
] ]
operations = [ operations = [
......
...@@ -18,7 +18,7 @@ class Migration(migrations.Migration): ...@@ -18,7 +18,7 @@ class Migration(migrations.Migration):
dependencies = [ dependencies = [
("core", "0003_drop_image_cropping"), ("core", "0003_drop_image_cropping"),
("alsijil", "0002_excuse_type"), ("alsijil", "0004_group_notes"),
] ]
operations = [ operations = [
......
...@@ -6,7 +6,7 @@ from django.db import migrations ...@@ -6,7 +6,7 @@ from django.db import migrations
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
("alsijil", "0003_extra_mark"), ("alsijil", "0005_groups_of_person"),
] ]
operations = [ operations = [
......
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