Hello,
Thank you for your post @jwilander, as old as it is, it stills works in 5.11.0., and it served me well.
I would also like to point that the last point (number 5) command should be DELETE FROM Channels WHERE Id = 'oldId';
because Id
is the right column in the table Channels
, not ChannelId
.