mirror of https://github.com/zulip/zulip.git
migrations: Add noop reverse_code for migration 0419.
This migration is naturally one that should be a noop when downgrading, so declare it as such.
This commit is contained in:
parent
0affc7ac6f
commit
966e63cc14
|
@ -94,6 +94,7 @@ class Migration(migrations.Migration):
|
|||
operations = [
|
||||
migrations.RunPython(
|
||||
backfill_message_realm,
|
||||
reverse_code=migrations.RunPython.noop,
|
||||
elidable=True,
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue