mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
add: scopes on migrations.
This commit is contained in:
@@ -246,8 +246,11 @@ class Migrations extends Action
|
||||
'functions.write',
|
||||
'databases.read',
|
||||
'collections.read',
|
||||
'tables.read',
|
||||
'documents.read',
|
||||
'documents.write',
|
||||
'rows.read',
|
||||
'rows.write',
|
||||
'tokens.read',
|
||||
'tokens.write',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user