Add transaction scopes to test keys

This commit is contained in:
Jake Barnby 2025-09-03 03:42:44 +12:00
parent 70ef7059c3
commit 7861ee8cbd
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -70,6 +70,8 @@ trait ProjectCustom
'databases.write',
'collections.read',
'collections.write',
'transactions.read',
'transactions.write',
'tables.read',
'tables.write',
'documents.read',