diff options
-rw-r--r-- | sqitch.conf | 8 | ||||
-rw-r--r-- | sqitch.plan | 4 |
2 files changed, 12 insertions, 0 deletions
diff --git a/sqitch.conf b/sqitch.conf new file mode 100644 index 0000000..d50b861 --- /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..059cc93 --- /dev/null +++ b/sqitch.plan @@ -0,0 +1,4 @@ +%syntax-version=1.0.0 +%project=diary +%uri=https://git.tojo.tokyo/diary-schema.git/about/ + |