mirror of
https://github.com/appwrite/appwrite
synced 2026-05-21 07:58:55 +00:00
Add transaction scopes to test keys
This commit is contained in:
parent
70ef7059c3
commit
7861ee8cbd
1 changed files with 2 additions and 0 deletions
|
|
@ -70,6 +70,8 @@ trait ProjectCustom
|
|||
'databases.write',
|
||||
'collections.read',
|
||||
'collections.write',
|
||||
'transactions.read',
|
||||
'transactions.write',
|
||||
'tables.read',
|
||||
'tables.write',
|
||||
'documents.read',
|
||||
|
|
|
|||
Loading…
Reference in a new issue