zulip/confirmation/migrations
Alex Vandiver 9e02e562bb 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.
2024-08-01 16:44:18 -07:00
..
0001_initial.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0002_realmcreationkey.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0003_emailchangeconfirmation.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0004_remove_confirmationmanager.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0005_confirmation_realm.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0006_realmcreationkey_presume_email_valid.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0007_add_indexes.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0008_confirmation_expiry_date.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0009_confirmation_expiry_date_backfill.py migrations: Import BaseDatabaseSchemaEditor from its canonical module. 2023-03-05 14:46:28 -08:00
0010_alter_confirmation_expiry_date.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0011_alter_confirmation_expiry_date.py black: Reformat with Black 23. 2023-02-02 10:40:13 -08:00
0012_alter_confirmation_id.py confirmation: Migrate Confirmation to bigint. 2024-06-05 11:48:27 -07:00
0013_alter_realmcreationkey_id.py models: Migrate ids of all non-Message-related tables to bigint. 2024-06-05 11:48:27 -07:00
0014_confirmation_confirmatio_content_80155a_idx.py confirmation: Add an index on content_type, object_id. 2024-08-01 16:44:18 -07:00
0015_alter_confirmation_object_id.py confirmation: Use BigInteger to match other models' "id" field. 2024-08-01 16:44:18 -07:00
__init__.py