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