Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

20220909_9_games-schema.sql
CREATE SCHEMA IF NOT EXISTS games;
GRANT USAGE ON SCHEMA games TO freeorion;