mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove unnecessary code, because this extension is created on demand in hstore_test.rb.
This commit is contained in:
parent
349fc90996
commit
91c4d0b1e7
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue