a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 3 lines 229 B view raw
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();