1
0
Fork 0
mirror of synced 2024-06-27 18:50:47 +12:00

composer json

This commit is contained in:
shimon 2023-10-25 17:14:10 +03:00
parent 5e17cde10f
commit a42577b1aa
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@
"utopia-php/platform": "0.5.*",
"utopia-php/pools": "0.4.*",
"utopia-php/preloader": "0.2.*",
"utopia-php/queue": "dev-feat-get-worker-start as 0.5.3",
"utopia-php/queue": "0.6.*",
"utopia-php/registry": "0.5.*",
"utopia-php/storage": "0.18.*",
"utopia-php/swoole": "0.5.*",

View file

@ -317,7 +317,7 @@ class V20 extends Migration
$this->migrateUsageMetrics("files.$bucketId.count.total", "$bucketInternalId.files");
$this->migrateUsageMetrics("files.$bucketId.storage.size", "$bucketInternalId.files.storage");
// some stats come with $ prefix infront of the id -> files.$650c3fda307b7fec4934.storage.size;
// some stats come with $ prefix in front of the id -> files.$650c3fda307b7fec4934.storage.size;
}
}
}