From 51ad6f81027f70c4dad85899b202ecdb73f21b9e Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Thu, 12 Jan 2023 19:37:48 +0100 Subject: [PATCH] Initialize Sqitch configuration --- 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..f762804 --- /dev/null +++ b/sqitch.conf @@ -0,0 +1,8 @@ +[core] + engine = pg +[engine "pg"] + target = db:pg:factura +[deploy] + verify = true +[rebase] + verify = true diff --git a/sqitch.plan b/sqitch.plan new file mode 100644 index 0000000..4bc3ad9 --- /dev/null +++ b/sqitch.plan @@ -0,0 +1,4 @@ +%syntax-version=1.0.0 +%project=factura +%uri=https://factura.tandem.blog/ +