Include information about who changed the build status in notification emails, and enable optional per-input notification of said committers. Conflicts due to two branches modifying the database schema. Signed-off-by: Shea Levy <shea@shealevy.com> Conflicts: src/lib/Hydra/Schema/Jobsets.pm src/sql/upgrade-23.sql
3 lines
161 B
SQL
3 lines
161 B
SQL
alter table JobsetInputs add column emailResponsible integer not null default 0;
|
|
alter table BuildInputs add column emailResponsible integer not null default 0;
|