a tool for shared writing and social publishing
0

Configure Feed

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

add metadata to permission_tokens

Jared Pereira (May 22, 2026, 4:03 PM EDT) db8dba5e 8f30c80f

+2
+2
supabase/migrations/20260522195945_add_metadata_to_permission_tokens.sql
··· 1 + alter table "public"."permission_tokens" add column "title" text; 2 + alter table "public"."permission_tokens" add column "description" text;