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:
authorClayton Cornell <ccornell@gitlab.com>2023-01-23 22:12:12 +0300
committerClayton Cornell <ccornell@gitlab.com>2023-01-23 22:12:12 +0300
commit0104c2e5146bb081a83713f1c6a942af97bdb83e (patch)
tree29b9d46a953a49e4c8cbe9d08c77a2fc28438bf7
parent307f91aa7a88bdb08882e77532038e280daeeb36 (diff)
parent0bfcc87305d316280e818765274380272b7321d1 (diff)
Merge branch 'aqualls-add-required-stop-page' into 'main'
Adds database required-stop page to left nav See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3471 Merged-by: Clayton Cornell <ccornell@gitlab.com> Approved-by: Clayton Cornell <ccornell@gitlab.com> Co-authored-by: Amy Qualls <aqualls@gitlab.com>
-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 646b390a..1e0e8812 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -2821,6 +2821,8 @@ sections:
docs:
- doc_title: Adding database indexes
doc_url: 'ee/development/database/adding_database_indexes.html'
+ - doc_title: Adding required stops
+ doc_url: 'ee/development/database/required_stops.html'
- doc_title: Add a foreign key constraint to an existing column
doc_url: 'ee/development/database/add_foreign_key_to_existing_column.html'
- doc_title: Avoiding downtime in migrations