diff --git a/supabase/migrations/20260418180144_e1ba773d-3935-4ae4-8112-8357fcab59c0.sql b/supabase/migrations/20260418180144_e1ba773d-3935-4ae4-8112-8357fcab59c0.sql new file mode 100644 index 0000000..b963b89 --- /dev/null +++ b/supabase/migrations/20260418180144_e1ba773d-3935-4ae4-8112-8357fcab59c0.sql @@ -0,0 +1,3 @@ +DELETE FROM public.contacts +WHERE created_at >= '2026-04-18 17:59:00+00' + AND created_at < '2026-04-18 18:00:00+00'; \ No newline at end of file