Skip to content

Commit ea500cc

Browse files
committed
Fix conflicting migrations see HEA-811
1 parent ffff68e commit ea500cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/baseline/migrations/0022_alter_wealthgroup_average_household_size.py renamed to apps/baseline/migrations/0023_alter_wealthgroup_average_household_size.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class Migration(migrations.Migration):
99

1010
dependencies = [
11-
("baseline", "0021_remove_livelihoodproductcategory_livelihood_zone_baseline_and_more"),
11+
("baseline", "0022_alter_wealthgroup_options"),
1212
]
1313

1414
operations = [

0 commit comments

Comments
 (0)