migrations: Fix migration numbering.

This commit is contained in:
Umair Khan 2017-07-18 09:38:10 +05:00 committed by Tim Abbott
parent 0970fb1a8f
commit a610cec8fc
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [