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.
This commit is contained in:
Jennifer Richards 2023-02-14 12:55:05 -04:00
parent 04c46ee201
commit a10464a250
No known key found for this signature in database
GPG key ID: 26801E4DC0928410

View file

@ -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'),