Pass the --db-client option to sqitch deploy
So that it can always find psql.
This commit is contained in:
parent
d7586e88fa
commit
93fdefc7b1
3 changed files with 3 additions and 0 deletions
|
|
@ -71,6 +71,7 @@
|
|||
(let ((command
|
||||
(list (%config 'sqitch)
|
||||
"deploy"
|
||||
"--db-client" (%config 'sqitch-psql)
|
||||
"--plan-file" (%config 'sqitch-plan)
|
||||
(string-append "db:pg://"
|
||||
(%config 'database-user)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue