/ db / migrations / add-high-score-status.sql
add-high-score-status.sql
1  -- Migration: Add 'high_score' status for A+ graded sites
2  -- Status: Already applied - 'high_score' status exists in CHECK constraint
3  
4  SELECT 'high_score status already exists in sites table' as status;