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

Update migrations after rebase.

parent 185671d7
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ from django.db import migrations, models ...@@ -7,7 +7,7 @@ from django.db import migrations, models
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
('funds', '0051_applicationsubmission_partners'), ('funds', '0056_reviewers_rename'),
] ]
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