Tweak the Sqitch configuration
This commit is contained in:
parent
2e45bb0696
commit
70faad0437
1 changed files with 6 additions and 2 deletions
|
|
@ -2,7 +2,11 @@
|
|||
engine = pg
|
||||
# plan_file = sqitch.plan
|
||||
top_dir = sqitch
|
||||
# [engine "pg"]
|
||||
# target = db:pg:
|
||||
[engine "pg"]
|
||||
target = guix_data_service_test
|
||||
# registry = sqitch
|
||||
# client = psql
|
||||
[target "guix_data_service_test"]
|
||||
uri = db:pg://guix_data_service@localhost/guix_data_service_test
|
||||
[target "guix_data_service"]
|
||||
uri = db:pg://guix_data_service@localhost/guix_data_service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue