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-05-31 14:47:14 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2017-05-31 14:59:00 +0300
commit3d160480c07cd967480716d7cfbe332dfc53507e (patch)
tree5081d3e23c0307e77ceb628c586d6ce26ad763e1 /doc/development/README.md
parent228926daee799c95e752a3c284c860e5bc60e528 (diff)
Document not storing serialized data
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 934c6849ff9..5989f755a4d 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -49,6 +49,7 @@
- [Adding database indexes](adding_database_indexes.md)
- [Post Deployment Migrations](post_deployment_migrations.md)
- [Foreign Keys & Associations](foreign_keys.md)
+- [Serializing Data](serializing_data.md)
## i18n