aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-03-10 19:53:00 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-03-10 20:14:25 +0900
commita4ba55b9d14bf39348bf9272a620de3558458a3b (patch)
treeae54eec07d36407dffabd003f3fed6170d8b60e4
parentef5e767a88afdd443c665124a0412479db24e7d5 (diff)
Add targets.
-rw-r--r--sqitch.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/sqitch.conf b/sqitch.conf
index d50b861..184d847 100644
--- a/sqitch.conf
+++ b/sqitch.conf
@@ -6,3 +6,9 @@
target = db:pg:
registry = sqitch
client = psql
+[target "diary_test"]
+ uri = db:pg:///diary_test
+[target "diary_local"]
+ uri = db:pg:///diary_local
+[target "diary_production"]
+ uri = db:pg://db.private.tojo.tokyo/diary