Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Williams <bwilliams@gitlab.com>2022-09-21 05:29:29 +0300
committerBrian Williams <bwilliams@gitlab.com>2022-09-21 05:29:29 +0300
commit08ae94fe470e4591e990d707e7e29026681d1dcb (patch)
treef55f2a93cdd7c67544cfad9552ffa080ee54ec7a
parent07ec7412c2e6690d9c11422e82cd6c95ef033dbe (diff)
Add 'Migrations for multiple databases' to the nav barbwill-main-patch-75227
-rw-r--r--content/_data/navigation.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index 1b8486d9..20b6728f 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -2738,6 +2738,8 @@ sections:
docs:
- doc_title: Loose Foreign Keys
doc_url: 'ee/development/database/loose_foreign_keys.html'
+ - doc_title: Migrations for multiple databases
+ doc_url: 'ee/development/database/migrations_for_multiple_databases.html'
- doc_title: Design and UI
doc_url: 'ee/development/contributing/design.html'
- doc_title: Developer guide to logging