diff options
| author | Masaya Tojo <masaya@tojo.tokyo> | 2023-10-13 02:44:43 +0900 | 
|---|---|---|
| committer | Masaya Tojo <masaya@tojo.tokyo> | 2023-10-13 02:44:43 +0900 | 
| commit | 46389b3d0d929d74048a5e2e0431641622f17e1a (patch) | |
| tree | 1eb2300b3dcd35d16fe0fad9cbaef901583a0c75 | |
| parent | 3267bda5e9dcc119e8d8be50e5062ea75494eddd (diff) | |
Remove unnecessary commented-out lines
| -rw-r--r-- | sqitch.conf | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/sqitch.conf b/sqitch.conf index 8068e69..3fa4c81 100644 --- a/sqitch.conf +++ b/sqitch.conf @@ -1,10 +1,4 @@  [core]  	engine = pg -	# plan_file = sqitch.plan -	# top_dir = . -# [engine "pg"] -	# target = db:pg: -	# registry = sqitch -	# client = psql  [target "photos_test"]  	uri = db:pg://db.private.tojo.tokyo/photos_test  | 
