mirror of
https://tangled.org/tranquil.farm/tranquil-pds
synced 2026-08-20 16:27:30 +00:00
4 lines
262 B
SQL
4 lines
262 B
SQL
ALTER TABLE account_delegations DROP CONSTRAINT account_delegations_controller_did_fkey;
|
|
ALTER TABLE account_delegations DROP CONSTRAINT account_delegations_granted_by_fkey;
|
|
ALTER TABLE app_passwords DROP CONSTRAINT app_passwords_created_by_controller_did_fkey;
|