From 864286e52ac1725f5bb01987231ef2e13d4ba1bf Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Wed, 13 Mar 2024 18:28:46 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20the=20scheme=20used=20in=20flush=20paymen?= =?UTF-8?q?ts=E2=80=99=20cronjob?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/camper.cron.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/camper.cron.d b/debian/camper.cron.d index 9a3847b..1c2772c 100644 --- a/debian/camper.cron.d +++ b/debian/camper.cron.d @@ -1 +1 @@ -42 * * * * camper /usr/bin/psql --quiet --output=/dev/null --command='set role guest; select * from flush_payments()' +42 * * * * camper /usr/bin/psql --quiet --output=/dev/null --command='set role guest; select * from camper.flush_payments()'