Pass the --db-client option to sqitch deploy

So that it can always find psql.
This commit is contained in:
Christopher Baines 2019-06-11 07:15:01 +01:00
parent d7586e88fa
commit 93fdefc7b1
3 changed files with 3 additions and 0 deletions

View file

@ -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)