From 2f088962232b509246fc2df39b56fcb06abe7492 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 11 Oct 2020 14:11:19 +0100 Subject: Move the registry file to a clearer name This will be a breaking change for existing deployments, as the old sqitch.db file will need to be moved manually. --- sqitch.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'sqitch.conf') diff --git a/sqitch.conf b/sqitch.conf index 44a53d2..376e046 100644 --- a/sqitch.conf +++ b/sqitch.conf @@ -10,5 +10,6 @@ top_dir = sqitch/sqlite [target "sqlite_guix_build_coordinator"] uri = db:sqlite:guix_build_coordinator.db + registry = guix_build_coordinator_sqitch_registry.db [target "pg_guix_build_coordinator"] uri = db:pg://guix_build_coordinator@/guix_build_coordinator -- cgit v1.2.3