summaryrefslogtreecommitdiff
path: root/doc/development/README.md
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-08-11 14:22:21 +0200
committerYorick Peterse <yorickpeterse@gmail.com>2016-08-11 14:22:50 +0200
commit5f7394070f92acb2b7858b792034b30102fe1d9b (patch)
tree85d92e38fb77fed387d868748291a201c5608b38 /doc/development/README.md
parent3a46eac1ef903c027c244d31369329f45c636914 (diff)
downloadgitlab-ce-document-when-to-add-indexes.tar.gz
Added documentation on adding database indexesdocument-when-to-add-indexes
Diffstat (limited to 'doc/development/README.md')
-rw-r--r--doc/development/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index bf67b5d8dff..57f37da6f80 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -30,7 +30,11 @@
- [Rake tasks](rake_tasks.md) for development
- [Shell commands](shell_commands.md) in the GitLab codebase
- [Sidekiq debugging](sidekiq_debugging.md)
+
+## Databases
+
- [What requires downtime?](what_requires_downtime.md)
+- [Adding database indexes](adding_database_indexes.md)
## Compliance