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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2017-08-11 15:12:37 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2017-08-16 17:39:37 +0300
commit6735e1dc9a3ae2e55c837f4ecea4bc3c6972a671 (patch)
tree4c3dcdc57554f4453726607f79201eef798cb252 /doc/development/README.md
parent39c5be7a1307e26a31f86f726df3c2f9ccd0c7d8 (diff)
Document how to handle different DB (versions)
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 36367f0a60d..50b064ee960 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -58,6 +58,7 @@
- [Storing SHA1 Hashes As Binary](sha1_as_binary.md)
- [Iterating Tables In Batches](iterating_tables_in_batches.md)
- [Ordering Table Columns](ordering_table_columns.md)
+- [Verifying Database Capabilities](verifying_database_capabilities.md)
## i18n