Skip to content

Commit 7a86a1c

Browse files
committed
chore: tighten migration dependencies
1 parent ac6f961 commit 7a86a1c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ietf/utils/migrations/0004_pause_to_change_database_engines.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ class Migration(migrations.Migration):
1313

1414
dependencies = [
1515
('community', '0010_doc_ids_are_ints'),
16+
('doc', '0050_editorial_stream_states'),
17+
('group', '0060_editorial_refactor'),
1618
('utils', '0003_pause_to_change_use_tz'),
19+
('mailtrigger', '0024_rsab_ballots'),
20+
('meeting', '0060_normalize_canceled_sessions'),
21+
('person', '0030_id_term'),
22+
('review', '0031_id_term'),
1723
]
1824

1925
operations = [

0 commit comments

Comments
 (0)