Skip to content

Commit

Permalink
Remove unnecessary code, because this extension is created on demand …
Browse files Browse the repository at this point in the history
…in hstore_test.rb.
  • Loading branch information
kennyj committed May 15, 2013
1 parent 349fc90 commit 91c4d0b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions activerecord/Rakefile
Expand Up @@ -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
Expand Down

0 comments on commit 91c4d0b

Please sign in to comment.