WordPress database error: [Duplicate entry '0' for key 'mc_actionscheduler_actions.PRIMARY']
INSERT INTO mc_actionscheduler_actions ( `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `schedule`, `group_id`, `priority`, `args` )
SELECT 'wp_mail_smtp_admin_notifications_update', 'pending', '2026-01-22 19:06:28', '2026-01-22 19:06:28', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1769108788;s:18:\"\0*\0first_timestamp\";i:1769108788;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1769108788;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 0, 10, '[null]' FROM DUAL
WHERE (
SELECT action_id FROM mc_actionscheduler_actions
WHERE status IN ( 'pending', 'in-progress' )
AND hook = 'wp_mail_smtp_admin_notifications_update'
AND `group_id` = 0
LIMIT 1 ) IS NULL