Skip to content

Commit

Permalink
Issue #10: Database Setup
Browse files Browse the repository at this point in the history
- Set up sqitch config and plan
  • Loading branch information
codebru committed Jul 23, 2019
1 parent 9a7848f commit f1ccf3a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Database/sqitch.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[core]
engine = pg
# plan_file = sqitch.plan
# top_dir = .
# [engine "pg"]
# target = db:pg:
# registry = sqitch
# client = psql
4 changes: 4 additions & 0 deletions Database/sqitch.plan
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
%syntax-version=1.0.0
%project=node-boilerplate
%uri=https://github.com/codebru/node-boilerplate

0 comments on commit f1ccf3a

Please sign in to comment.