コンテンツにスキップ

cronのスケジュール作成

```plain text

-- Schedule the refresh of the materialized view to run every day at midnight SELECT cron.schedule('0 0 * * *', 'REFRESH MATERIALIZED VIEW supabase_data_count'); ```