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

Migration updates after rebase.

parent d7cf58cd
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ class Migration(migrations.Migration): ...@@ -7,7 +7,7 @@ class Migration(migrations.Migration):
dependencies = [ dependencies = [
('categories', '0003_rename_meta_categories_to_meta_terms'), ('categories', '0003_rename_meta_categories_to_meta_terms'),
('funds', '0068_rename_meta_categories_to_meta_terms'), ('funds', '0070_rename_meta_categories_to_meta_terms'),
] ]
operations = [ operations = [
......
...@@ -7,7 +7,7 @@ class Migration(migrations.Migration): ...@@ -7,7 +7,7 @@ class Migration(migrations.Migration):
dependencies = [ dependencies = [
('categories', '0003_rename_meta_categories_to_meta_terms'), ('categories', '0003_rename_meta_categories_to_meta_terms'),
('funds', '0067_data_migration_for_one_form_per_stage'), ('funds', '0069_merge_20190905_0403'),
] ]
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