Remove duplicate webhooks
The webhook_events table has duplicates by the same event key event_key. Remove the duplicates, keeping only the earliest record per key — the one with the smallest id.
Just INSERT/UPDATE/DELETE — no trailing SELECT needed.
Sign in to see submission history
Sign inSign in to use AI Mentor
Sign in