Dev branch
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
// Optionally list Postgres materialized view names to refresh on schedule
|
||||
'materialized_views' => [
|
||||
// e.g., 'mv_activities_daily', 'mv_segment_activity_counts'
|
||||
],
|
||||
// Time for scheduled refresh (24h format HH:MM)
|
||||
'refresh_time' => '03:00',
|
||||
];
|
||||
Reference in New Issue
Block a user