-- Enable required extensions for cron jobs and HTTP requests create extension if not exists pg_cron; create extension if not exists pg_net;