From 7171dee23e89009135c728ebc1eb53896afea4fd Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Thu, 20 Jul 2023 23:43:23 +0200 Subject: [PATCH] Add empty Sqitch configuration anq plan files --- sqitch.conf | 8 ++++++++ sqitch.plan | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 sqitch.conf create mode 100644 sqitch.plan diff --git a/sqitch.conf b/sqitch.conf new file mode 100644 index 0000000..484d279 --- /dev/null +++ b/sqitch.conf @@ -0,0 +1,8 @@ +[core] + engine = pg +[engine "pg"] + target = db:pg:camper +[deploy] + verify = true +[rebase] + verify = true diff --git a/sqitch.plan b/sqitch.plan new file mode 100644 index 0000000..96b6265 --- /dev/null +++ b/sqitch.plan @@ -0,0 +1,4 @@ +%syntax-version=1.0.0 +%project=camper +%uri=https://dev.tandem.ws/tandem/camper +