From 1559411a8b86cbc0858c848b00f6468cbe3d6e0a Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 18:01:48 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- .../20260418180144_e1ba773d-3935-4ae4-8112-8357fcab59c0.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 supabase/migrations/20260418180144_e1ba773d-3935-4ae4-8112-8357fcab59c0.sql 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