mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
This is a fairly involved set of changes, including changes that: * Delete various legacy or semi-duplicated sections of testing.md. Nobody needs to manually delete the postgres datbase anymore, as reflected in the fact that the docs still mention postgres 9.1 from Ubuntu Precise. * Simplify the distracting heading section at the top of testing.md. * Move content on manual testing to docs/development/using.md. * Moves some content related to managing the database to schema-migrations.md. (Resulting in some cleanups to that page as well). I ideally would have split this into smaller pieces.