diff --git a/components/hydra-cleaner/files/hydra-cleaner.sh b/components/hydra-cleaner/files/hydra-cleaner.sh index da52fe7..b1e6d58 100644 --- a/components/hydra-cleaner/files/hydra-cleaner.sh +++ b/components/hydra-cleaner/files/hydra-cleaner.sh @@ -66,6 +66,18 @@ where table_schema = 'public' order by 4 desc; EOF +log "Identifying total candidates for deletion:" +psql "${DSN}" <