commit 7171dee23e89009135c728ebc1eb53896afea4fd Author: jordi fita mas Date: Thu Jul 20 23:43:23 2023 +0200 Add empty Sqitch configuration anq plan files 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 +