diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2024-03-10 20:25:15 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2024-03-10 20:25:40 +0900 |
commit | f1ffe938b95a274c550b67674fbd7a10fcaeee9a (patch) | |
tree | bacded1173cd9a7d263b6a3f96dfbbe645bf7fc3 /sqitch.conf | |
parent | 53a2f222ded608c99d25f11bcf26af3c0324875b (diff) |
Set always verify.
Diffstat (limited to 'sqitch.conf')
-rw-r--r-- | sqitch.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sqitch.conf b/sqitch.conf index 184d847..f7b09be 100644 --- a/sqitch.conf +++ b/sqitch.conf @@ -12,3 +12,7 @@ uri = db:pg:///diary_local [target "diary_production"] uri = db:pg://db.private.tojo.tokyo/diary +[deploy] + verify = true +[rebase] + verify = true |