jude/orphan-reminders #1

Merged
jude merged 10 commits from jude/orphan-reminders into next 2023-09-16 17:09:34 +00:00
Showing only changes of commit ea3fe3f543 - Show all commits

View File

@ -310,6 +310,7 @@ WHERE
reminders
WHERE
reminders.`utc_time` <= NOW() AND
reminders.`channel_id` NOT NULL AND
`status` = 'pending' AND
(
reminders.`interval_seconds` IS NOT NULL