Pass --plan-file to the sqitch deploy command
This commit is contained in:
parent
64be346c8d
commit
d7586e88fa
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@
|
||||||
(let ((command
|
(let ((command
|
||||||
(list (%config 'sqitch)
|
(list (%config 'sqitch)
|
||||||
"deploy"
|
"deploy"
|
||||||
|
"--plan-file" (%config 'sqitch-plan)
|
||||||
(string-append "db:pg://"
|
(string-append "db:pg://"
|
||||||
(%config 'database-user)
|
(%config 'database-user)
|
||||||
"@"
|
"@"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue