Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

upgrade-66.sql
update Jobsets set type = 0 where type is null;
alter table Jobsets alter column type set not null;