commit 51ad6f81027f70c4dad85899b202ecdb73f21b9e Author: jordi fita mas Date: Thu Jan 12 19:37:48 2023 +0100 Initialize Sqitch configuration 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/ +