From 542904218dcdebb3fe90023318eac8fccfa9d2ca Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sun, 26 Feb 2023 14:20:06 +0900 Subject: Initialize Sqitch configuration. --- sqitch.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sqitch.conf (limited to 'sqitch.conf') diff --git a/sqitch.conf b/sqitch.conf new file mode 100644 index 0000000..3447459 --- /dev/null +++ b/sqitch.conf @@ -0,0 +1,8 @@ +[core] + engine = pg + # plan_file = sqitch.plan + # top_dir = . +# [engine "pg"] + # target = db:pg: + # registry = sqitch + # client = psql -- cgit v1.2.3