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-06-02 15:34:26 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2017-06-07 18:36:55 +0300
commit4ff1aaedc29c65fca49d93fb781e3cc7d7006fba (patch)
tree2e694dee8e8ac6326dca314d851b008e0d86b4f8 /doc/development/README.md
parent5819ca1a249d1daf3b4feb655c217c98a1b70225 (diff)
Document not using STI
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 83eef9dadc3..40addfd8a4c 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -52,6 +52,7 @@
- [Foreign Keys & Associations](foreign_keys.md)
- [Serializing Data](serializing_data.md)
- [Polymorphic Associations](polymorphic_associations.md)
+- [Single Table Inheritance](single_table_inheritance.md)
## i18n