aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew White <pixeltrix@users.noreply.github.com>2017-02-26 22:38:52 +0000
committerGitHub <noreply@github.com>2017-02-26 22:38:52 +0000
commitc4957f8c540698f44255402c6e1b3398da69c651 (patch)
treeab78de70f49855db9f6192dff6cbef423a65a7b6 /activerecord/CHANGELOG.md
parent945c3cd519d8f39d1a4c1e9ea25aa7eb8d975f8e (diff)
parent64e494f7486f0ea6c34707dfe5dd6f19627798af (diff)
downloadrails-c4957f8c540698f44255402c6e1b3398da69c651.tar.gz
rails-c4957f8c540698f44255402c6e1b3398da69c651.tar.bz2
rails-c4957f8c540698f44255402c6e1b3398da69c651.zip
Merge pull request #28188 from kamipo/use_max_identifier_length_for_index_name_length
Use `max_identifier_length` for `index_name_length`
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 e74a5775b5..55773f2172 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Use `max_identifier_length` for `index_name_length` in PostgreSQL adapter.
+
+ *Ryuta Kamizono*
+
* Deprecate `supports_migrations?` on connection adapters.
*Ryuta Kamizono*