diff options
| author | Masaya Tojo <masaya@tojo.tokyo> | 2023-08-27 23:06:30 +0900 | 
|---|---|---|
| committer | Masaya Tojo <masaya@tojo.tokyo> | 2023-10-13 02:09:41 +0900 | 
| commit | bbbdbce1f7460c1a3951cde6fcf602b7e944fae4 (patch) | |
| tree | 5087870108fbd9f8cd5cab7e753504a4fa215f2a | |
| parent | d1f764982dcde658d2b930fdbc8d5e4de84c4a70 (diff) | |
Add photos_test target
| -rw-r--r-- | sqitch.conf | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/sqitch.conf b/sqitch.conf index 3447459..8068e69 100644 --- a/sqitch.conf +++ b/sqitch.conf @@ -6,3 +6,5 @@  	# target = db:pg:  	# registry = sqitch  	# client = psql +[target "photos_test"] +	uri = db:pg://db.private.tojo.tokyo/photos_test  | 
