diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2017-06-02 14:34:26 +0200 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2017-06-07 17:36:55 +0200 |
commit | 4ff1aaedc29c65fca49d93fb781e3cc7d7006fba (patch) | |
tree | 2e694dee8e8ac6326dca314d851b008e0d86b4f8 /doc/development/README.md | |
parent | 5819ca1a249d1daf3b4feb655c217c98a1b70225 (diff) | |
download | gitlab-ce-4ff1aaedc29c65fca49d93fb781e3cc7d7006fba.tar.gz |
Document not using STIdocument-polymorphing-columns
Diffstat (limited to 'doc/development/README.md')
-rw-r--r-- | doc/development/README.md | 1 |
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 |