-- +goose Up
ALTER TABLE public.users
ADD COLUMN transcode_allowed boolean NOT NULL DEFAULT true;
-- +goose Down
DROP COLUMN transcode_allowed;