aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2018-03-02 08:23:50 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2018-03-02 08:23:50 +0900
commit6a029624009eee9fab04c186ccbe06862f5a231f (patch)
tree512299b0f1b096b8a44e135a9ea9a6a4ee8c85a0 /activerecord
parentac89fd718bd8895cf7088ec0d6b38015117cf94b (diff)
downloadrails-6a029624009eee9fab04c186ccbe06862f5a231f.tar.gz
rails-6a029624009eee9fab04c186ccbe06862f5a231f.tar.bz2
rails-6a029624009eee9fab04c186ccbe06862f5a231f.zip
PostgreSQL adapter also supports bulk alter since #31331 [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb b/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
index db033db913..e2147b7fcf 100644
--- a/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
+++ b/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
@@ -406,7 +406,7 @@ module ActiveRecord
#
# Defaults to false.
#
- # Only supported on the MySQL adapter, ignored elsewhere.
+ # Only supported on the MySQL and PostgreSQL adapter, ignored elsewhere.
#
# ====== Add a column
#