aboutsummaryrefslogtreecommitdiff
path: root/sqitch.conf
diff options
context:
space:
mode:
Diffstat (limited to 'sqitch.conf')
-rw-r--r--sqitch.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/sqitch.conf b/sqitch.conf
index 490a857..0f69cac 100644
--- a/sqitch.conf
+++ b/sqitch.conf
@@ -2,10 +2,10 @@
engine = pg
# plan_file = sqitch.plan
# top_dir = .
-[target "kakeibo_test"]
- uri = db:pg://db.private.tojo.tokyo/kakeibo_test
+[target "life_archive_test"]
+ uri = db:pg://db.private.tojo.tokyo/life_test
[engine "pg"]
- target = kakeibo_test
+ target = life_archive_test
[deploy]
verify = true
[rebase]