From 80948fb39add61420408629b3700a770b747536c Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sat, 11 Mar 2023 22:09:19 +0900 Subject: Initial 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..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 diff --git a/sqitch.plan b/sqitch.plan new file mode 100644 index 0000000..bcb2a72 --- /dev/null +++ b/sqitch.plan @@ -0,0 +1,4 @@ +%syntax-version=1.0.0 +%project=kakeibo +%uri=https://git.tojo.tokyo/kakeibo.git + -- cgit v1.2.3