Files
zulip/confirmation/migrations
Alex Vandiver 85cc589bdb confirmation: Use BigInteger to match other models' "id" field.
Without this, Django builds queries with which compare tables' "id"
fields to `("confirmation_confirmation"."object_id")::bigint`; the
explicit cast prevents the index added in the previous commit from
being used.

(cherry picked from commit 9e02e562bb)
2024-08-02 14:40:13 -07:00
..
2023-02-02 10:40:13 -08:00