aboutsummaryrefslogtreecommitdiff
path: root/sqitch.conf
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-04-13 12:22:14 +0100
committerChristopher Baines <mail@cbaines.net>2019-04-13 12:22:14 +0100
commit5621d52e97a7835f3ca66c13b9772e4b2baa8981 (patch)
tree4b8d1eea32bdefe5cbfb4db9dbb8caa218f47486 /sqitch.conf
parentdbec23692854ab7686ed83c7cf43c39ddcc6c3a4 (diff)
downloaddata-service-5621d52e97a7835f3ca66c13b9772e4b2baa8981.tar
data-service-5621d52e97a7835f3ca66c13b9772e4b2baa8981.tar.gz
Initialise Sqitch
It's a tool for managing the database schema.
Diffstat (limited to 'sqitch.conf')
-rw-r--r--sqitch.conf8
1 files changed, 8 insertions, 0 deletions
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