mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
updates to multi region sync
This commit is contained in:
@@ -4218,9 +4218,9 @@ $consoleCollections = array_merge([
|
||||
],
|
||||
'indexes' => [
|
||||
[
|
||||
'$id' => ID::custom('_key_sourceRegion_destRegion_logCreatedAt_status'),
|
||||
'$id' => ID::custom('_key_sourceRegion'),
|
||||
'type' => Database::INDEX_KEY,
|
||||
'attributes' => ['sourceRegion', 'destRegion','logCreatedAt', 'status'],
|
||||
'attributes' => ['sourceRegion'],
|
||||
'lengths' => [],
|
||||
'orders' => [],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user