Mon, 15 Sep 2025 20:13:22 +0200
fixes #726 - quick resolve not writing history entry no changelog entry because the feature is being introduced with this version
insert into lpit_issue_phases (status, phase) values ('InSpecification', 0), ('ToDo', 0), ('Scheduled', 0), ('InProgress', 1), ('InReview', 1), ('Ready', 1), ('Done', 2), ('Rejected', 2), ('Withdrawn', 2), ('Duplicate', 2);