Tweak the Sqitch configuration

This commit is contained in:
Christopher Baines 2019-04-14 10:06:00 +01:00
parent 2e45bb0696
commit 70faad0437

View file

@ -2,7 +2,11 @@
engine = pg engine = pg
# plan_file = sqitch.plan # plan_file = sqitch.plan
top_dir = sqitch top_dir = sqitch
# [engine "pg"] [engine "pg"]
# target = db:pg: target = guix_data_service_test
# registry = sqitch # registry = sqitch
# client = psql # 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