chore: update index descriptions to reflect table terminology

Updated descriptions for indexes to refer to tables instead of collections.
This commit is contained in:
Steven Nguyen
2025-11-20 18:34:45 -08:00
committed by GitHub
parent 0fbdbb386f
commit e2979410da
+2 -2
View File
@@ -47,10 +47,10 @@ return [ // List of publicly visible scopes
'description' => 'Access to create, update, and delete your project\'s database table\'s columns',
],
'indexes.read' => [
'description' => 'Access to read your project\'s database collection\'s indexes',
'description' => 'Access to read your project\'s database table\'s indexes',
],
'indexes.write' => [
'description' => 'Access to create, update, and delete your project\'s database collection\'s indexes',
'description' => 'Access to create, update, and delete your project\'s database table\'s indexes',
],
'documents.read' => [
'description' => 'Access to read your project\'s database documents',