3 weeks ago
use the component's color in issue overview - fixes #580
-- apply this script to patch a version < 1.5.0 database to version 1.5.0 alter table lpit_issue_history_event add userid integer null references lpit_user (userid) on delete set null;