From 366e71948bc5aba53aeae9ca4052beb818f26e2f Mon Sep 17 00:00:00 2001 From: shimon Date: Thu, 21 Sep 2023 17:38:09 +0300 Subject: [PATCH] migration::V20 --- src/Appwrite/Migration/Version/V20.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Migration/Version/V20.php b/src/Appwrite/Migration/Version/V20.php index f34625fd56..e65c155a7c 100644 --- a/src/Appwrite/Migration/Version/V20.php +++ b/src/Appwrite/Migration/Version/V20.php @@ -233,7 +233,7 @@ class V20 extends Migration $bucketId = $bucket->getId(); $bucketInternalId = $bucket->getInternalId(); - // $this->migrateStatsMetric("files.$bucketId.count.total", "$bucketInternalId.files"); + $this->migrateStatsMetric("files.$bucketId.count.total", "$bucketInternalId.files"); $this->migrateStatsMetric("files.$bucketId.storage.size", "$bucketInternalId.files.storage"); // some stats come with $ prefix infront of the id -> files.$650c3fda307b7fec4934.storage.size; }