diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2024-03-28 01:38:45 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2024-03-28 01:38:45 +0900 |
commit | 11889639d74136dd9e2a5f819da75ae781ef0efc (patch) | |
tree | ecad5a03bbe23beef47041304c2d92cf4738a006 /sqitch.conf | |
parent | 4fb6bc83c15abdf0fff660151f96a8b69c5ec826 (diff) |
Rename local database name.
Diffstat (limited to 'sqitch.conf')
-rw-r--r-- | sqitch.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqitch.conf b/sqitch.conf index f7b09be..e3f1906 100644 --- a/sqitch.conf +++ b/sqitch.conf @@ -9,7 +9,7 @@ [target "diary_test"] uri = db:pg:///diary_test [target "diary_local"] - uri = db:pg:///diary_local + uri = db:pg:///diary [target "diary_production"] uri = db:pg://db.private.tojo.tokyo/diary [deploy] |