mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
We followed a same approach as in #22611 to mark migrations as noops. We might eventually squash them. Migration operations that only change the validators should be removed as they are essentially noops that do not affect the database schema. However, ./manage.py makemigration still generates a new migration for validators change regardless. So we still have to keep one migration that updates the validators to the latest state. We prefer to keep the earliest one for this purpose. Signed-off-by: Zixuan James Li <p359101898@gmail.com>