From a10464a250f950b01a8f78b87b380ad9ef6c5bcb Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Tue, 14 Feb 2023 12:55:05 -0400 Subject: [PATCH] chore: Fix reference to misspelled migration The migration with the misspelled name already ran on production, so we have to recreate the typo in the reference to it. --- ietf/utils/migrations/0004_pause_to_change_database_engines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/utils/migrations/0004_pause_to_change_database_engines.py b/ietf/utils/migrations/0004_pause_to_change_database_engines.py index a2bac7124..ce69667c8 100644 --- a/ietf/utils/migrations/0004_pause_to_change_database_engines.py +++ b/ietf/utils/migrations/0004_pause_to_change_database_engines.py @@ -14,7 +14,7 @@ class Migration(migrations.Migration): dependencies = [ ('community', '0010_doc_ids_are_ints'), ('doc', '0050_editorial_stream_states'), - ('group', '0060_editorial_refactor'), + ('group', '0060_editoral_refactor'), ('utils', '0003_pause_to_change_use_tz'), ('mailtrigger', '0024_rsab_ballots'), ('meeting', '0060_normalize_canceled_sessions'),