tasq/supabase
Marc Rejohn Castillano 20720ba541 Fix SQL syntax error in pg_cron.schedule() calls
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.
2026-03-20 18:28:24 +08:00
..
functions Implement push notification reminder system with 9 notification types 2026-03-20 18:26:48 +08:00
migrations Fix SQL syntax error in pg_cron.schedule() calls 2026-03-20 18:28:24 +08:00