a tool for shared writing and social publishing
0

Configure Feed

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

add migration

Jared Pereira (May 14, 2025, 7:08 PM EDT) 3a03ee52 ee57a0ae

+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;