mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| 0001_initial.py | ||
| 0002_realmcreationkey.py | ||
| 0003_emailchangeconfirmation.py | ||
| 0004_remove_confirmationmanager.py | ||
| 0005_confirmation_realm.py | ||
| 0006_realmcreationkey_presume_email_valid.py | ||
| 0007_add_indexes.py | ||
| 0008_confirmation_expiry_date.py | ||
| 0009_confirmation_expiry_date_backfill.py | ||
| 0010_alter_confirmation_expiry_date.py | ||