diff options
author | Yasuo Honda <yasuo.honda@gmail.com> | 2017-10-24 21:45:05 +0000 |
---|---|---|
committer | Yasuo Honda <yasuo.honda@gmail.com> | 2017-10-24 21:46:10 +0000 |
commit | 5cd6f1792e9710979ce53943c28b2b38dae34e98 (patch) | |
tree | 6124061bdb955df20b6dbe1d766d396d0b678418 /activerecord/test/cases/adapters/postgresql/json_test.rb | |
parent | 9a55eb055fe02c1b462d9df08ff199688f974f42 (diff) | |
download | rails-5cd6f1792e9710979ce53943c28b2b38dae34e98.tar.gz rails-5cd6f1792e9710979ce53943c28b2b38dae34e98.tar.bz2 rails-5cd6f1792e9710979ce53943c28b2b38dae34e98.zip |
`supports_extensions?` return always true since PostgreSQL 9.1
since the minimum version of PostgreSQL currently Rails supports is 9.1,
there is no need to handle if `supports_extensions?`
Refer https://www.postgresql.org/docs/9.1/static/sql-createextension.html
"CREATE EXTENSION"
Diffstat (limited to 'activerecord/test/cases/adapters/postgresql/json_test.rb')
0 files changed, 0 insertions, 0 deletions