Skip to content

Commit f1ccf3a

Browse files
committed
Issue #10: Database Setup
- Set up sqitch config and plan
1 parent 9a7848f commit f1ccf3a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Database/sqitch.conf

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[core]
2+
engine = pg
3+
# plan_file = sqitch.plan
4+
# top_dir = .
5+
# [engine "pg"]
6+
# target = db:pg:
7+
# registry = sqitch
8+
# client = psql

Database/sqitch.plan

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
%syntax-version=1.0.0
2+
%project=node-boilerplate
3+
%uri=https://github.com/codebru/node-boilerplate
4+

0 commit comments

Comments
 (0)