Skip to content

Commit 1890983

Browse files
committed
fix(migration): Update migrations for the ifrc staff to eru
1 parent 950ef7e commit 1890983

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/migrations/0221_rename_ifrc_staff_fieldreport_emergency_response_unit_and_more.py renamed to api/migrations/0222_rename_ifrc_staff_fieldreport_emergency_response_unit_and_more.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-
("api", "0220_event_ifrc_severity_level_update_date_and_more"),
9+
("api", "0221_alter_nsdinitiatives_unique_together_and_more"),
1010
]
1111

1212
operations = [

api/migrations/0222_alter_fieldreport_emergency_response_unit_and_more.py renamed to api/migrations/0223_alter_fieldreport_emergency_response_unit_and_more.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-
("api", "0221_rename_ifrc_staff_fieldreport_emergency_response_unit_and_more"),
9+
("api", "0222_rename_ifrc_staff_fieldreport_emergency_response_unit_and_more"),
1010
]
1111

1212
operations = [

0 commit comments

Comments
 (0)