summaryrefslogtreecommitdiff
path: root/doc/development/README.md
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-11-15 21:19:14 -0600
committerEric Eastwood <contact@ericeastwood.com>2017-11-15 21:19:14 -0600
commit4f5588b8084bc1c5b64589b905f17a22cf8a1234 (patch)
tree285252dd7d444bca79bd400589e681cc29d6a7c7 /doc/development/README.md
parent0f5faea404ab514917adf06768f1a0991482b5b5 (diff)
downloadgitlab-ce-4f5588b8084bc1c5b64589b905f17a22cf8a1234.tar.gz
Add basic docs for troubleshooting database problemsdocs/db-debugging
Diffstat (limited to 'doc/development/README.md')
-rw-r--r--doc/development/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index 9b43170236f..6892838be7f 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -71,6 +71,7 @@ comments: false
- [Iterating tables in batches](iterating_tables_in_batches.md)
- [Ordering table columns](ordering_table_columns.md)
- [Verifying database capabilities](verifying_database_capabilities.md)
+- [Database Debugging and Troubleshooting](database_debugging.md)
## Testing guides