a tool for shared writing and social publishing
0
fork

Configure Feed

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

add migration

+2
+2
supabase/migrations/20250514230813_add_metadata_to_pub_drafts.sql
··· 1 + alter table "public"."leaflets_in_publications" add column "description" text not null default ''::text; 2 + alter table "public"."leaflets_in_publications" add column "title" text not null default ''::text;