PostgreSQL adapter also supports bulk alter since #31331 [ci skip]

This commit is contained in:
yuuji.yaginuma 2018-03-02 08:23:50 +09:00
parent ac89fd718b
commit 6a02962400

@ -406,7 +406,7 @@ def drop_join_table(table_1, table_2, options = {})
#
# Defaults to false.
#
# Only supported on the MySQL adapter, ignored elsewhere.
# Only supported on the MySQL and PostgreSQL adapter, ignored elsewhere.
#
# ====== Add a column
#