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

Migration fixes after rebase.

parent 34a2b4f3
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ import django.db.models.deletion ...@@ -8,7 +8,7 @@ import django.db.models.deletion
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
('activity', '0051_report_frequency_change'), ('activity', '0052_report_frequency_change'),
] ]
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