Skip to content

Commit

Permalink
refresh materialized views on migration
Browse files Browse the repository at this point in the history
  • Loading branch information
huumn committed Dec 18, 2024
1 parent 926968a commit eebc1e3
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,7 @@ BEGIN
GROUP BY "userId"
HAVING sum(proportions.proportion) > 0.000001) u;
END;
$$;
$$;

REFRESH MATERIALIZED VIEW CONCURRENTLY user_values_today;
REFRESH MATERIALIZED VIEW CONCURRENTLY user_values_days;

0 comments on commit eebc1e3

Please sign in to comment.