Files
geniusrun/backend/internal/store/migrations/0017_chart_background_darken.sql

6 lines
331 B
MySQL
Raw Normal View History

-- How strongly (0-100) the effort-kind color is darkened for the phase
-- background above the line -- see frontend's ExpectedVsActualChart
-- darken(). Never mixed with the main line color, unlike the fill below the
-- line (see main_line_tint_pct).
ALTER TABLE profile ADD COLUMN background_darken_pct REAL NOT NULL DEFAULT 35;