aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2017-10-27 16:23:56 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2017-10-27 16:23:56 +0530
commitdf505fb8104588af13c993c1dcd881398889dd30 (patch)
tree019f696eb13c33d95781798751a31d4c2e1ffde1 /activerecord
parentc6115fea425ca0b6ce85dcab15be33166ad8ae9f (diff)
downloadrails-df505fb8104588af13c993c1dcd881398889dd30.tar.gz
rails-df505fb8104588af13c993c1dcd881398889dd30.tar.bz2
rails-df505fb8104588af13c993c1dcd881398889dd30.zip
Remove CHANGELOG entry for PR #28681 [ci skip]
- It is present in Rails 5.1.3 already. - Backport commit https://github.com/rails/rails/commit/9efa0b70a638dcfdc05b30ab530f89f2847bb9c2
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 3e1b467633..4aa7ecfc7e 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -347,10 +347,6 @@
*Ryuta Kamizono*
-* Quote database name in `db:create` grant statement (when database user does not have access to create the database).
-
- *Rune Philosof*
-
* Raise error `UnknownMigrationVersionError` on the movement of migrations
when the current migration does not exist.