mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
Created using manage.py squashmigrations with a couple changes: - Patched Django to optimize AddConstraints/RemoveConstraints properly. - Used the StateOperations from the migrations.SeparateDatabaseAndState section in migration 0060, so that the constraint changes could be optimized properly. - Removed dependencies on zerver, since this project does not actually have any dependencies on zerver migrations.