fix: for no password we should use empty string
This commit is contained in:
parent
0944c5135b
commit
60610b818d
@ -15,7 +15,7 @@ when 'mysql'
|
||||
when 'postgres'
|
||||
require 'pg'
|
||||
|
||||
client = PG::Connection.new(host: conn_params[:host], user: :postgres)
|
||||
client = PG::Connection.new(host: conn_params[:host], password: '', user: :postgres)
|
||||
|
||||
conn_params[:adapter] = :postgresql
|
||||
conn_params[:username] = :postgres
|
||||
|
Loading…
x
Reference in New Issue
Block a user