diff options
-rw-r--r-- | sqitch.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sqitch.conf b/sqitch.conf index b01380d..96dc2ed 100644 --- a/sqitch.conf +++ b/sqitch.conf @@ -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 |