6 lines
331 B
MySQL
6 lines
331 B
MySQL
|
|
-- 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;
|