From 2b5267594c1ddd6128d62267778fd0a11887aabf Mon Sep 17 00:00:00 2001 From: Denis Fedoseev Date: Sat, 22 Jul 2017 16:08:59 +0900 Subject: [PATCH] Set default target and always verify. --- sqitch.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sqitch.conf b/sqitch.conf index e310fca..8b84c82 100644 --- a/sqitch.conf +++ b/sqitch.conf @@ -6,3 +6,11 @@ # target = db:sqlite: # registry = sqitch # client = sqlite3 +[target "foto_test"] + uri = db:sqlite:rsscp_test.db +[engine "sqlite"] + target = foto_test +[deploy] + verify = true +[rebase] + verify = true