docs: Move migration-renumbering.md to subsystems/.

It belongs in that part of the documentation.  We also update the
links in docs/subsystems/schema-migrations.md.
This commit is contained in:
Balaji2198
2017-11-18 17:07:29 +05:30
committed by Tim Abbott
parent a5e605d73c
commit c3ac9894a5
4 changed files with 3 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ Subsystems Documentation
management-commands management-commands
front-end-build-process front-end-build-process
schema-migrations schema-migrations
migration-renumbering
html_css html_css
hashchange-system hashchange-system
emoji emoji

View File

@@ -30,7 +30,7 @@ migrations.
fix this, you can either run `./tools/renumber-migrations` which fix this, you can either run `./tools/renumber-migrations` which
renumbers your migration(s) and fixes up the "dependencies" entries in your renumbers your migration(s) and fixes up the "dependencies" entries in your
migration(s), and then rewrite your git history as needed, or you can do it migration(s), and then rewrite your git history as needed, or you can do it
manually. There is a tutorial [here](../migration-renumbering.html) that manually. There is a tutorial [here](migration-renumbering.html) that
walks you though that process. walks you though that process.
* **Atomicity**. By default, each Django migration is run atomically * **Atomicity**. By default, each Django migration is run atomically

View File

@@ -666,7 +666,7 @@ def build_custom_checkers(by_lang):
"docs/development/setup-vagrant.md", "docs/development/setup-vagrant.md",
# Have wide output in code blocks # Have wide output in code blocks
"docs/subsystems/logging.md", "docs/subsystems/logging.md",
"docs/migration-renumbering.md", "docs/subsystems/migration-renumbering.md",
# Have curl commands with JSON that would be messy to wrap # Have curl commands with JSON that would be messy to wrap
"zerver/webhooks/helloworld/doc.md", "zerver/webhooks/helloworld/doc.md",
"zerver/webhooks/trello/doc.md", "zerver/webhooks/trello/doc.md",