aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/6_0_release_notes.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2019-05-11 17:58:34 +0200
committerGitHub <noreply@github.com>2019-05-11 17:58:34 +0200
commit77df1929f4742c7baa09f0061094efbd086cd487 (patch)
tree70589fe1f6030067eae697e5c229f51744616fe6 /guides/source/6_0_release_notes.md
parent5d662bef66bb6a4efbae8d0d790ba590feb53029 (diff)
parent70501a3af66109afdd4b2cd9015eff21a27c357e (diff)
downloadrails-77df1929f4742c7baa09f0061094efbd086cd487.tar.gz
rails-77df1929f4742c7baa09f0061094efbd086cd487.tar.bz2
rails-77df1929f4742c7baa09f0061094efbd086cd487.zip
Merge pull request #36252 from vishaltelangre/patch-11
[ci skip] mysql -> MySQL
Diffstat (limited to 'guides/source/6_0_release_notes.md')
-rw-r--r--guides/source/6_0_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/6_0_release_notes.md b/guides/source/6_0_release_notes.md
index 30da531602..be925cffe9 100644
--- a/guides/source/6_0_release_notes.md
+++ b/guides/source/6_0_release_notes.md
@@ -577,7 +577,7 @@ Please refer to the [Changelog][active-record] for detailed changes.
* Allow the `:to_table` option of `remove_foreign_key` to be invertible.
([Pull Request](https://github.com/rails/rails/pull/33530))
-* Fix default value for mysql time types with specified precision.
+* Fix default value for MySQL time types with specified precision.
([Pull Request](https://github.com/rails/rails/pull/33280))
* Fix the `touch` option to behave consistently with `Persistence#touch` method.