forked from lix-project/hydra
0db950931a
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
2 lines
161 B
SQL
2 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;
|