mirror of
https://tangled.org/tranquil.farm/tranquil-pds
synced 2026-08-21 16:56:08 +00:00
8 lines
372 B
SQL
8 lines
372 B
SQL
UPDATE account_delegations
|
|
SET granted_scopes = 'atproto repo:* blob:*/* identity:* account:*?action=manage'
|
|
WHERE granted_scopes = 'atproto';
|
|
|
|
UPDATE account_delegations
|
|
SET granted_scopes = 'atproto repo:*?action=create repo:*?action=update repo:*?action=delete blob:*/*'
|
|
WHERE granted_scopes = 'repo:*?action=create repo:*?action=update repo:*?action=delete blob:*/*';
|