From a5d3c6fce5a99494737b5d97641bdeb262f457b7 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:10:16 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- .../20260418041013_1e4eaf56-6c24-403c-a003-539ed9fe613a.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 supabase/migrations/20260418041013_1e4eaf56-6c24-403c-a003-539ed9fe613a.sql diff --git a/supabase/migrations/20260418041013_1e4eaf56-6c24-403c-a003-539ed9fe613a.sql b/supabase/migrations/20260418041013_1e4eaf56-6c24-403c-a003-539ed9fe613a.sql new file mode 100644 index 0000000..7bc336a --- /dev/null +++ b/supabase/migrations/20260418041013_1e4eaf56-6c24-403c-a003-539ed9fe613a.sql @@ -0,0 +1 @@ +DELETE FROM public.clients WHERE created_at::date = CURRENT_DATE; \ No newline at end of file