mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
We enforce at registration time that hostnames with deactivated=False must be unique, though we do not enforce it in the database because we have historical data for which that is not true. However, we should perform all hostname lookups with a `deactivated=False` filter, as that will resolve the majority of `RemoteZulipServer.MultipleObjectsReturned` errors. Once the production data is cleaned up, this can be enforced via a partial unique index.
ZILENCER -- The Zulip license manager
This app is the place for storing state about various deployments of Zulip that exist in the world.