From f1ccf3a9f61270b25a2dae3c52c153e4dd67c75a Mon Sep 17 00:00:00 2001 From: Philip Bruland Date: Tue, 23 Jul 2019 12:08:11 +0100 Subject: [PATCH] Issue #10: Database Setup - Set up sqitch config and plan --- Database/sqitch.conf | 8 ++++++++ Database/sqitch.plan | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 Database/sqitch.conf create mode 100644 Database/sqitch.plan diff --git a/Database/sqitch.conf b/Database/sqitch.conf new file mode 100644 index 0000000..3447459 --- /dev/null +++ b/Database/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/Database/sqitch.plan b/Database/sqitch.plan new file mode 100644 index 0000000..182c6cb --- /dev/null +++ b/Database/sqitch.plan @@ -0,0 +1,4 @@ +%syntax-version=1.0.0 +%project=node-boilerplate +%uri=https://github.com/codebru/node-boilerplate +