mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix name for buckets collection
This commit is contained in:
@@ -1440,7 +1440,7 @@ $collections = [
|
||||
'$collection' => Database::SYSTEM_COLLECTION_COLLECTIONS,
|
||||
'$id' => Database::SYSTEM_COLLECTION_BUCKETS,
|
||||
'$permissions' => ['read' => ['*']],
|
||||
'name' => 'File',
|
||||
'name' => 'Bucket',
|
||||
'structure' => true,
|
||||
'rules' => [
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user