diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2016-04-18 10:43:21 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2016-04-18 10:43:21 +0530 |
commit | 88bba86632d107ed9fede05acd49d37c4a70823b (patch) | |
tree | 93ed3bf72fd2806f5a4a518d6dd57a7bd9eebf56 /guides | |
parent | 847084e04665b2b1efd02dd82bde2ca2981bae88 (diff) | |
download | rails-88bba86632d107ed9fede05acd49d37c4a70823b.tar.gz rails-88bba86632d107ed9fede05acd49d37c4a70823b.tar.bz2 rails-88bba86632d107ed9fede05acd49d37c4a70823b.zip |
Add note about ability to add database comments to release notes [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/5_0_release_notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md index 6351ff57c1..9078e91923 100644 --- a/guides/source/5_0_release_notes.md +++ b/guides/source/5_0_release_notes.md @@ -585,6 +585,9 @@ Please refer to the [Changelog][active-record] for detailed changes. * Added ActiveRecord `#second_to_last` and `#third_to_last` methods. ([Pull Request](https://github.com/rails/rails/pull/23583)) +* Added ability to annotate database objects (tables, columns, indexes) + with comments stored in database metadata for PostgreSQL & MySQL. + ([Pull Request](https://github.com/rails/rails/pull/22911)) Active Model ------------ |