Summary
scripts/control/refresh-matviews.sh references explorer_libyear_detail, but this materialized view was dropped in migration 25 and never recreated. The script will fail when it tries to refresh a non-existent view.
Location: https://github.com/chaoss/augur/blob/main/scripts/control/refresh-matviews.sh#L9
Fix: Remove line 9 from the script.
Notes
This is a one-line fix - good for newcomers to get familiar with the codebase.