redz1029 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
2026-03-20 15:14:21 +08:00
2026-02-22 21:04:30 +08:00
2026-03-07 23:47:18 +08:00
2026-03-11 22:28:38 +08:00
2026-02-09 20:10:13 +08:00
2026-02-09 20:10:42 +08:00
2026-02-09 20:10:42 +08:00
2026-03-12 20:38:19 +08:00
2026-03-12 20:38:19 +08:00
2026-02-09 20:10:42 +08:00
S
Description
No description provided
Readme 273 MiB
Languages
Dart 78.1%
JavaScript 6.8%
PLpgSQL 5.2%
Shell 3.9%
HTML 3.4%
Other 2.4%