Fix the scheme used in flush payments’ cronjob

This commit is contained in:
jordi fita mas 2024-03-13 18:28:46 +01:00
parent 5cf45dcd41
commit 864286e52a
1 changed files with 1 additions and 1 deletions

View File

@ -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()'