Skip to content

Commit 4569a87

Browse files
committed
Correct migration order in the name see HEA-984
1 parent 02505be commit 4569a87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/baseline/migrations/0029_change_quantity_fields_to_float.py renamed to apps/baseline/migrations/0028_change_quantity_fields_to_float.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
("baseline", "0028_alter_meatproduction_animals_slaughtered_and_more"),
9+
("baseline", "0027_alter_seasonalactivity_livelihood_zone_baseline"),
1010
]
1111

1212
operations = [

0 commit comments

Comments
 (0)