From 7e9a99135ae454f37479afbb4406a921158fe94e 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:04:51 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- .../20260418040448_fd59e591-f5fb-4772-b14b-aa84196f79c0.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 supabase/migrations/20260418040448_fd59e591-f5fb-4772-b14b-aa84196f79c0.sql diff --git a/supabase/migrations/20260418040448_fd59e591-f5fb-4772-b14b-aa84196f79c0.sql b/supabase/migrations/20260418040448_fd59e591-f5fb-4772-b14b-aa84196f79c0.sql new file mode 100644 index 0000000..7bc336a --- /dev/null +++ b/supabase/migrations/20260418040448_fd59e591-f5fb-4772-b14b-aa84196f79c0.sql @@ -0,0 +1 @@ +DELETE FROM public.clients WHERE created_at::date = CURRENT_DATE; \ No newline at end of file