Skip to content
Snippets Groups Projects
Commit 825f24ef authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Fix migrations after rebase.

parent dc80134f
No related branches found
No related tags found
No related merge requests found
...@@ -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 = [
('funds', '0096_only_active_users'), ('funds', '0097_applicationbaseexternalreviewform_labbaseexternalreviewform_roundbaseexternalreviewform'),
] ]
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