default to postgres db in heroku rake task
This commit is contained in:
parent
d3720faa08
commit
707118d8b5
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ namespace :heroku do
|
|||
command = "heroku config:add"
|
||||
CONFIG.each {|key, val| command << " #{key}=#{val} " if val }
|
||||
command << " HEROKU=true "
|
||||
command << " DB=postgres "
|
||||
system command
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue