Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

20210910105518_add_uuid_project_repo_path.up.sql
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
ALTER TABLE projects ADD repository_uuid uuid NOT NULL DEFAULT uuid_generate_v4();