Skip to content

Commit 5813c82

Browse files
committed
Update required version comment for MySQL
Follow up to rails#52817.
1 parent 897e263 commit 5813c82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

railties/lib/rails/generators/rails/app/templates/config/databases/mysql.yml.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MySQL. Versions 5.5.8 and up are supported.
1+
# MySQL. Versions 5.6.4 and up are supported.
22
#
33
# Install the MySQL driver
44
# gem install mysql2

railties/lib/rails/generators/rails/app/templates/config/databases/trilogy.yml.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MySQL. Versions 5.5.8 and up are supported.
1+
# MySQL. Versions 5.6.4 and up are supported.
22
#
33
# Install the MySQL driver
44
# gem install trilogy

0 commit comments

Comments
 (0)