aboutsummaryrefslogtreecommitdiff
path: root/sqitch.conf
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2023-03-11 22:09:19 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2023-03-12 23:38:11 +0900
commit80948fb39add61420408629b3700a770b747536c (patch)
tree7047e5e571487819357a036f5f5f4d00b300ff50 /sqitch.conf
parent12063ad39d51b7fa84e633aac56c398593fa659c (diff)
Initial sqitch configuration.
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