Anders Kaseorg
4bd28f7ae6
migrations: Remove unused imports.
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-02-02 17:01:04 -08:00
Tim Abbott
38e97089fc
python: Sort imports in database migrations.
2017-11-15 15:44:00 -08:00
rht
c2a5b5f160
zerver/migrations: Use python 3 syntax for typing.
2017-10-26 15:24:56 -07:00
rht
4975122338
zerver/migrations: Remove from __future__ import *.
2017-09-28 10:16:18 -07:00
Tim Abbott
ed381763f0
mypy: Fix incorrect mypy annotation in migration.
2017-07-18 12:56:23 -07:00
Tim Abbott
9e81fc39e0
migrations: Use bulk_create in migration 0093.
...
This fixes a performance issue that caused this migration to run for a
really long time.
It still takes about 1 minute to run with the 75K Subscription objects
we have on chat.zulip.org, but that's within the realm of acceptable.
2017-07-18 11:56:06 -07:00
Tim Abbott
a36cf3b492
migrations: Fix missing select_related in RealmAuditLog migration.
...
This migration accidentally did a bunch of database queries fetching
data in a loop.
2017-07-18 11:55:49 -07:00
Umair Khan
a610cec8fc
migrations: Fix migration numbering.
2017-07-17 23:09:44 -07:00