a tool for shared writing and social publishing

one more migration oops

+7
+7
supabase/migrations/20251030211410_notif_relate_to_atp_did_not_id.sql
··· 1 + alter table "public"."notif_comments" drop constraint "notif_comments_identity_fkey"; 2 + 3 + alter table "public"."notif_comments" alter column "identity" set data type text using "identity"::text; 4 + 5 + alter table "public"."notif_comments" add constraint "notif_comments_identity_fkey" FOREIGN KEY (identity) REFERENCES identities(atp_did) ON UPDATE CASCADE ON DELETE CASCADE not valid; 6 + 7 + alter table "public"."notif_comments" validate constraint "notif_comments_identity_fkey";