migration::V20

This commit is contained in:
shimon
2023-09-21 17:38:09 +03:00
parent 2ee97ff50e
commit 366e71948b
+1 -1
View File
@@ -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;
}