From 749e70e144613737be73fdd9675d0e2fbd786471 Mon Sep 17 00:00:00 2001 From: shimon Date: Tue, 4 Jun 2024 17:12:18 +0300 Subject: [PATCH] updates to multi region sync --- app/config/collections.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/collections.php b/app/config/collections.php index f0ce987c2d..e6ab10000a 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -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' => [], ],