From a5f56845af7b51d6f968dc3824cfea84671126ec Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 16 Oct 2023 10:02:30 +0100 Subject: Improve cache clearing when recreating issue branches --- guix-qa-frontpage/manage-patch-branches.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'guix-qa-frontpage') diff --git a/guix-qa-frontpage/manage-patch-branches.scm b/guix-qa-frontpage/manage-patch-branches.scm index 61984ca..56155f5 100644 --- a/guix-qa-frontpage/manage-patch-branches.scm +++ b/guix-qa-frontpage/manage-patch-branches.scm @@ -152,8 +152,9 @@ (define (clear-cache) (clear-sqlite-cache-entry database - 'issue-branch-base-and-target-refs - #:args (list issue-number)) + 'issue-data + #:args (list issue-number) + #:version 3) (clear-sqlite-cache-entry database 'issue-patches-overall-status -- cgit v1.2.3