Fix issue with row type

This commit is contained in:
jude
2024-10-21 19:20:25 +01:00
parent 33e85dc44d
commit 352e64377e
3 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ pub async fn export_reminders(
reminders.embed_image_url,
reminders.embed_thumbnail_url,
reminders.embed_title,
reminders.embed_fields,
CONVERT(CAST(embed_fields AS BINARY) USING utf8mb4) AS embed_fields,
reminders.enabled,
reminders.expires,
reminders.interval_seconds,