Select the types of activity you want to include in your feed.
1alter table "public"."custom_domain_routes" add column "created_at" timestamp with time zone not null default now(); 2 3alter table "public"."custom_domains" add column "created_at" timestamp with time zone not null default now();