Update migration

This commit is contained in:
Krzysztof Czerwinski
2026-01-28 16:41:25 +09:00
parent dd3b4c3527
commit 8e65854458

View File

@@ -66,6 +66,9 @@ EXCEPTION
END;
$$;
-- Initial refresh of the materialized view
SELECT refresh_suggested_blocks_view();
-- Schedule automatic refresh every hour (only if pg_cron is available)
DO $$
DECLARE