projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7293622
)
JBAS-837 sqitch config auto-verify; set engine=pg
author
Bill Erickson
<berickxx@gmail.com>
Thu, 13 Aug 2015 15:14:49 +0000
(11:14 -0400)
committer
Bill Erickson
<berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000
(15:46 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/sqitch/sqitch.conf
patch
|
blob
|
history
diff --git
a/KCLS/sqitch/sqitch.conf
b/KCLS/sqitch/sqitch.conf
index
27497db
..
35f49d7
100644
(file)
--- a/
KCLS/sqitch/sqitch.conf
+++ b/
KCLS/sqitch/sqitch.conf
@@
-1,5
+1,5
@@
-
#
[core]
- # engine =
+[core]
+ engine = pg
# plan_file = sqitch.plan
# top_dir = .
# deploy_dir = deploy
@@
-10,3
+10,7
@@
uri = db:pg:evergreen
[engine "pg"]
target = evergreen
+[deploy]
+ verify = true
+[rebase]
+ verify = true