diff options
| author | Masaya Tojo <masaya@tojo.tokyo> | 2023-03-12 01:14:05 +0900 |
|---|---|---|
| committer | Masaya Tojo <masaya@tojo.tokyo> | 2023-03-12 23:38:11 +0900 |
| commit | 754001bf63c6ad0b18329f601360d470870704b8 (patch) | |
| tree | a5efe92ea06d2cf5c0f64d4fac8148d87fa841fc | |
| parent | f2d38e817eccab86a71ee04198a76c2ab3b07297 (diff) | |
Perform verify after rebase or deploy.
| -rw-r--r-- | sqitch.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
