aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/Rakefile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-05-15 10:14:04 -0700
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-05-15 10:14:04 -0700
commitf22dbc62bdf73afdffb7461b9c84c7dd4936b42c (patch)
treee8c1ae95eec63478a6c2550be678083a1b82d2af /activerecord/Rakefile
parented738f75d2939a29fd901eba6d4fb0fb36f4e375 (diff)
parent91c4d0b1e713ee21a9078ce714faa4037df7ad57 (diff)
downloadrails-f22dbc62bdf73afdffb7461b9c84c7dd4936b42c.tar.gz
rails-f22dbc62bdf73afdffb7461b9c84c7dd4936b42c.tar.bz2
rails-f22dbc62bdf73afdffb7461b9c84c7dd4936b42c.zip
Merge pull request #10504 from kennyj/support_pg_91
Also should supports PostgreSQL 9.1 about extensions.
Diffstat (limited to 'activerecord/Rakefile')
-rw-r--r--activerecord/Rakefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/Rakefile b/activerecord/Rakefile
index 0523314128..cd73489cbe 100644
--- a/activerecord/Rakefile
+++ b/activerecord/Rakefile
@@ -125,8 +125,6 @@ namespace :postgresql do
%w(arunit arunit2).each do |db|
if version < "9.1.0"
puts "Please prepare hstore data type. See http://www.postgresql.org/docs/9.0/static/hstore.html"
- else
- %x( psql #{config[db]['database']} -c "CREATE EXTENSION hstore;" )
end
end
end