This commit is contained in:
jude
2022-05-14 12:02:46 +01:00
parent 8eb46f1f23
commit bfc2d71ca0
14 changed files with 248 additions and 13 deletions

View File

@ -294,6 +294,7 @@ ON
reminders.channel_id = channels.id
WHERE
reminders.`utc_time` < NOW()
LIMIT 25
"#,
)
.fetch_all(pool)