aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-10-27 09:14:27 +0100
committerYves Senn <yves.senn@gmail.com>2014-10-27 09:14:27 +0100
commitffed7acd8eed3bc3219aad7828a54b1f2c03bfaf (patch)
treeab5fbee8663744c517dff46fb4ecf5002e0b1c25 /activerecord/CHANGELOG.md
parentd27efbfbf5e4426ad50d4479bab08fa4ae051360 (diff)
parent9cdd0a1fdf8308985231242d378e3a1c29c4ab00 (diff)
downloadrails-ffed7acd8eed3bc3219aad7828a54b1f2c03bfaf.tar.gz
rails-ffed7acd8eed3bc3219aad7828a54b1f2c03bfaf.tar.bz2
rails-ffed7acd8eed3bc3219aad7828a54b1f2c03bfaf.zip
Merge pull request #14143 from derekprior/dp-compound-index-ordering
Use type column first in multi-column indexes Conflicts: activerecord/CHANGELOG.md
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index fa9e023d52..cab413d4c3 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Use type column first in multi-column indexes created with `add-reference`.
+
+ *Derek Prior*
+
* Fix `Relation.rewhere` to work with Range values.
*Dan Olson*