mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
This results in a significant optimization in the performance of re-provisioning Zulip if all that you're doing is rebasing onto a newer version of master (which just adds new migrations). The change carries some risk of generating unpleasant-to-debug situations, because if we merge a buggy migration and then later fix it, some clients may not have a properly migrated database (and also, this changes how populate_db commutes with migrations). But it seems worth it, given how much time is currently wasted by not having this. Fixes: #9512.
This directory contains scripts that are used in building, managing,
testing, and other forms of work in a Zulip development environment.
Note that tools that are also useful in production belong in
scripts/ or should be Django management commands.
For more details, see https://zulip.readthedocs.io/en/latest/overview/directory-structure.html.