Talk:Unmerge/@comment-Cris70-20150309091433
Jump to navigation
Jump to search
With recent RT version you have also to add this:
update Tickets set IsMerged = 0 where id = <id_of_the_unmerged_ticket>;
With recent RT version you have also to add this:
update Tickets set IsMerged = 0 where id = <id_of_the_unmerged_ticket>;