diff options
author | Vishal Telangre <the@vishaltelangre.com> | 2019-05-11 21:25:37 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-11 21:25:37 +0530 |
commit | 70501a3af66109afdd4b2cd9015eff21a27c357e (patch) | |
tree | 248da8a3062f8dcb7c757af6beff84bfa1cfaf61 /guides | |
parent | 95d541dd9a6c8488dcb21262740e5eba5a0db4ca (diff) | |
download | rails-70501a3af66109afdd4b2cd9015eff21a27c357e.tar.gz rails-70501a3af66109afdd4b2cd9015eff21a27c357e.tar.bz2 rails-70501a3af66109afdd4b2cd9015eff21a27c357e.zip |
[ci skip] mysql -> MySQL
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/6_0_release_notes.md | 2 |
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 5358aa3899..0a36cca886 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. |