zulip/confirmation/migrations
Mateusz Mandera 9caa71c7fd confirmation: Migration to add expiry_date - last step.
With the previous steps, all Confirmation objects should have been
migrated and the expiry_date field is being used for checking
confirmation validity - so all that's left is to set the NOT NULL
constraint on the column.
2021-09-10 16:53:03 -07:00
..
0001_initial.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0002_realmcreationkey.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0003_emailchangeconfirmation.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0004_remove_confirmationmanager.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0005_confirmation_realm.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0006_realmcreationkey_presume_email_valid.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0007_add_indexes.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
0008_confirmation_expiry_date.py confirmation: Migration to add expiry_date step 1. 2021-09-06 17:28:29 -07:00
0009_confirmation_expiry_date_backfill.py confirmation: Migration to add expiry_date step 2 - backfill. 2021-09-10 16:53:02 -07:00
0010_alter_confirmation_expiry_date.py confirmation: Migration to add expiry_date - last step. 2021-09-10 16:53:03 -07:00
__init__.py