diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2017-05-05 14:02:21 +0200 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2017-05-05 14:15:33 +0200 |
commit | 0a1c98c4f1e82811f44236f06513587dc29128bc (patch) | |
tree | c93d31a72820226633302690b612a3d77eb891f8 /doc/development/README.md | |
parent | 8a5c95d2509cd976d2063087d3fbaad57f1cb630 (diff) | |
download | gitlab-ce-document-foreign-keys.tar.gz |
Add documentation about adding foreign keysdocument-foreign-keys
[ci skip]
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 d04380e5b33..63db332b557 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -48,6 +48,7 @@ - [What requires downtime?](what_requires_downtime.md) - [Adding database indexes](adding_database_indexes.md) - [Post Deployment Migrations](post_deployment_migrations.md) +- [Foreign Keys & Associations](foreign_keys.md) ## Compliance |