diff --git a/src/Appwrite/Migration/Version/V15.php b/src/Appwrite/Migration/Version/V15.php index c7e099118c..7dd21d992f 100644 --- a/src/Appwrite/Migration/Version/V15.php +++ b/src/Appwrite/Migration/Version/V15.php @@ -89,7 +89,7 @@ class V15 extends Migration /** * Migrating stats for all Buckets. */ - $this->migrateStatsMetric('storage.files.total', 'files.$all.storage.size',); + $this->migrateStatsMetric('storage.files.total', 'files.$all.storage.size'); $this->migrateStatsMetric('storage.files.count', 'files.$all.count.total'); $this->migrateStatsMetric('storage.buckets.count', 'buckets.$all.count.total'); $this->migrateStatsMetric('storage.buckets.create', 'buckets.$all.requests.create');