From 754001bf63c6ad0b18329f601360d470870704b8 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sun, 12 Mar 2023 01:14:05 +0900 Subject: Perform verify after rebase or deploy. --- sqitch.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sqitch.conf') diff --git a/sqitch.conf b/sqitch.conf index 238bd92..490a857 100644 --- a/sqitch.conf +++ b/sqitch.conf @@ -6,3 +6,7 @@ uri = db:pg://db.private.tojo.tokyo/kakeibo_test [engine "pg"] target = kakeibo_test +[deploy] + verify = true +[rebase] + verify = true -- cgit v1.2.3