20720ba541
Replace dollar-quoted strings with simple single-quoted strings in cron.schedule() function calls. The cron.schedule() function expects text literals, not dollar-quoted blocks. Use quote_literal() for the interval value in the cleanup query to properly escape the string.