From: Bill Erickson Date: Thu, 13 Aug 2015 15:14:49 +0000 (-0400) Subject: JBAS-837 sqitch config auto-verify; set engine=pg X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d0691cadf0f1b1a274c513013105444e8d5cf82e;p=working%2FEvergreen.git JBAS-837 sqitch config auto-verify; set engine=pg Signed-off-by: Bill Erickson --- diff --git a/KCLS/sqitch/sqitch.conf b/KCLS/sqitch/sqitch.conf index 27497dbaff..35f49d7fef 100644 --- 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