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

Fix migration references

parent 43774a59
No related branches found
No related tags found
1 merge request!350Resolve "Add simple course book list"
Pipeline #181014 failed
...@@ -8,9 +8,9 @@ import django.db.models.deletion ...@@ -8,9 +8,9 @@ import django.db.models.deletion
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
('core', '0062_alter_freebusy_options_and_more'), ('core', '0061_remove_group_additional_fields'),
('kolego', '0003_refactor_absence'), ('kolego', '0003_refactor_absence'),
('cursus', '0004_alter_subject_colour_bg_alter_subject_colour_fg_and_more'), ('cursus', '0003_drop_site'),
('alsijil', '0019_drop_sites'), ('alsijil', '0019_drop_sites'),
] ]
......
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