mirror of
https://github.com/zulip/zulip.git
synced 2025-11-19 05:58:25 +00:00
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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user