1 files changed, 8 insertions(+), 6 deletions(-)
M sqitch.conf
M sqitch.conf => sqitch.conf +8 -6
@@ 1,8 1,10 @@
[core]
engine = pg
- # plan_file = sqitch.plan
- # top_dir = .
-# [engine "pg"]
- # target = db:pg:
- # registry = sqitch
- # client = psql
+[target "jmp"]
+ uri = db:pg:jmp
+[engine "pg"]
+ target = jmp
+[deploy]
+ verify = true
+[rebase]
+ verify = true