mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Remove unused scopes
This commit is contained in:
parent
654125a6a8
commit
462a2d505d
1 changed files with 0 additions and 9 deletions
|
|
@ -303,15 +303,6 @@ class Migrations extends Action
|
|||
'files.write',
|
||||
'functions.read',
|
||||
'functions.write',
|
||||
'databases.read',
|
||||
'collections.read',
|
||||
'collections.write',
|
||||
'tables.read',
|
||||
'tables.write',
|
||||
'documents.read',
|
||||
'documents.write',
|
||||
'rows.read',
|
||||
'rows.write',
|
||||
'tokens.read',
|
||||
'tokens.write',
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue