From 19101a3d2a8894c4554b132f62e1abc78361142c 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 04:08:38 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- .../20260418040834_e87e6ca2-b5c8-4b27-8833-10a68a587e92.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 supabase/migrations/20260418040834_e87e6ca2-b5c8-4b27-8833-10a68a587e92.sql diff --git a/supabase/migrations/20260418040834_e87e6ca2-b5c8-4b27-8833-10a68a587e92.sql b/supabase/migrations/20260418040834_e87e6ca2-b5c8-4b27-8833-10a68a587e92.sql new file mode 100644 index 0000000..f421454 --- /dev/null +++ b/supabase/migrations/20260418040834_e87e6ca2-b5c8-4b27-8833-10a68a587e92.sql @@ -0,0 +1 @@ +DELETE FROM public.contacts WHERE created_at::date = CURRENT_DATE; \ No newline at end of file