Thu, 15 Oct 2020 13:31:52 +0200
changes the way how to deal with child entities + adds component lead
insert into lpit_issue_phases (status, phase) values ('InSpecification', 0), ('ToDo', 0), ('Scheduled', 0), ('InProgress', 1), ('InReview', 1), ('Done', 2), ('Rejected', 2), ('Withdrawn', 2), ('Duplicate', 2);