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 to add back columns

Jared Pereira (Nov 24, 2025, 4:44 PM EST) f3e2a86d 7a1864ae

+2
+2
supabase/migrations/20251124214105_add_back_archived_cols.sql
··· 1 + alter table "public"."permission_token_on_homepage" add column "archived" boolean; 2 + alter table "public"."leaflets_in_publications" add column "archived" boolean;