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:
parent
04c46ee201
commit
a10464a250
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue