From 7a86a1c2cbfdb170123f178c1ea056157fecdc46 Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Mon, 13 Feb 2023 17:25:54 -0600 Subject: [PATCH] chore: tighten migration dependencies --- .../migrations/0004_pause_to_change_database_engines.py | 6 ++++++ 1 file changed, 6 insertions(+) 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 8cf21cda3..a2bac7124 100644 --- a/ietf/utils/migrations/0004_pause_to_change_database_engines.py +++ b/ietf/utils/migrations/0004_pause_to_change_database_engines.py @@ -13,7 +13,13 @@ class Migration(migrations.Migration): dependencies = [ ('community', '0010_doc_ids_are_ints'), + ('doc', '0050_editorial_stream_states'), + ('group', '0060_editorial_refactor'), ('utils', '0003_pause_to_change_use_tz'), + ('mailtrigger', '0024_rsab_ballots'), + ('meeting', '0060_normalize_canceled_sessions'), + ('person', '0030_id_term'), + ('review', '0031_id_term'), ] operations = [