mirror of https://github.com/zulip/zulip.git
migrations: Fix migration numbering.
This commit is contained in:
parent
0970fb1a8f
commit
a610cec8fc
|
@ -46,7 +46,7 @@ def reverse_code(apps, schema_editor):
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('zerver', '0091_realm_allow_edit_history'),
|
||||
('zerver', '0092_create_scheduledemail'),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in New Issue