Skip to content

Commit c5ea5fb

Browse files
committed
Fix migration ordering and naming after merge to main. see HEA-984
1 parent 831a737 commit c5ea5fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/baseline/migrations/0028_change_quantity_fields_to_float.py renamed to apps/baseline/migrations/0029_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", "0027_alter_seasonalactivity_livelihood_zone_baseline"),
9+
("baseline", "0028_paymentinkind_payment_product"),
1010
]
1111

1212
operations = [

0 commit comments

Comments
 (0)