Files
tranquil-pds/migrations/20260626_delegation_preset_scopes.sql
T
2026-06-27 23:11:24 +03:00

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:*/*';