aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix-qa-frontpage/manage-patch-branches.scm5
1 files changed, 3 insertions, 2 deletions
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