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:
authorOmar Qunsul <oqunsul@gitlab.com>2022-08-23 17:05:57 +0300
committerOmar Qunsul <oqunsul@gitlab.com>2022-08-23 17:05:57 +0300
commitc35550ea851f27342b8e5245ccad01aa9ea06cfb (patch)
tree8674a4d9f72d1ccf651224a9d978134ddcdd0ba3
parent7e1bc5d2270886aa2af2924cbd57d47613652c57 (diff)
Navigation: Adding Database Index
-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 a271696d..b9b22c0a 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -2701,6 +2701,8 @@ sections:
- doc_title: Database development
doc_url: 'ee/development/database/'
docs:
+ - doc_title: Adding database indexes
+ doc_url: 'ee/development/database/adding_database_indexes.html'
- doc_title: Avoiding downtime in migrations
doc_url: 'ee/development/database/avoiding_downtime_in_migrations.html'
- doc_title: Background migrations