From fdcb6ac03b5ca3db18ed40f8b2861a871fe50269 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Thu, 14 Dec 2023 12:34:40 +0000 Subject: [PATCH] rename stats collection --- 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 8c2cb77191..2ad6213f7e 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -1270,9 +1270,9 @@ $commonCollections = [ ] ], - 'stats' => [ + 'stats_v2' => [ '$collection' => ID::custom(Database::METADATA), - '$id' => ID::custom('stats'), + '$id' => ID::custom('stats_v2'), 'name' => 'Stats', 'attributes' => [ [