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_2_auth-ext.sql
-- Enable `pgcrypto` extension to have safe storage for passwords:

CREATE EXTENSION IF NOT EXISTS pgcrypto;

-- Enable `citext` extension to have case-insensitive column for logins and addresses;

CREATE EXTENSION IF NOT EXISTS citext;