Our Personal Data Server from scratch!
0

Configure Feed

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

tranquil-pds / migrations / 20260316_cross_pds_delegation.sql
262 B 3 lines
1ALTER TABLE account_delegations DROP CONSTRAINT account_delegations_controller_did_fkey; 2ALTER TABLE account_delegations DROP CONSTRAINT account_delegations_granted_by_fkey; 3ALTER TABLE app_passwords DROP CONSTRAINT app_passwords_created_by_controller_did_fkey;