From 238cbe849441f49c762200d1be438bae1a8bb5b3 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 20:36:05 +0000 Subject: [PATCH] Changes Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com> --- .../20260423203600_055c8241-3f36-40a3-a450-16ff08b851f8.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 supabase/migrations/20260423203600_055c8241-3f36-40a3-a450-16ff08b851f8.sql diff --git a/supabase/migrations/20260423203600_055c8241-3f36-40a3-a450-16ff08b851f8.sql b/supabase/migrations/20260423203600_055c8241-3f36-40a3-a450-16ff08b851f8.sql new file mode 100644 index 0000000..fc25234 --- /dev/null +++ b/supabase/migrations/20260423203600_055c8241-3f36-40a3-a450-16ff08b851f8.sql @@ -0,0 +1,2 @@ +CREATE EXTENSION IF NOT EXISTS pg_cron WITH SCHEMA extensions; +CREATE EXTENSION IF NOT EXISTS pg_net WITH SCHEMA extensions; \ No newline at end of file