summaryrefslogtreecommitdiff
path: root/doc/development/README.md
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2017-08-10 17:53:20 +0200
committerYorick Peterse <yorickpeterse@gmail.com>2017-08-16 16:39:33 +0200
commit862da3cfed8db462589d0271e144f21f408cf73b (patch)
treefa54b221831bf0a341de5b02a1b4016639e1e64e /doc/development/README.md
parent9ac2a517798af2f942b28138403690afc20a254c (diff)
downloadgitlab-ce-862da3cfed8db462589d0271e144f21f408cf73b.tar.gz
Add more database development related docs
Diffstat (limited to 'doc/development/README.md')
-rw-r--r--doc/development/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index 58993c52dcd..36367f0a60d 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -46,6 +46,7 @@
## Databases
+- [Merge Request Checklist](database_merge_request_checklist.md)
- [What requires downtime?](what_requires_downtime.md)
- [Adding database indexes](adding_database_indexes.md)
- [Post Deployment Migrations](post_deployment_migrations.md)
@@ -56,6 +57,7 @@
- [Background Migrations](background_migrations.md)
- [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)
## i18n