Update database

This commit is contained in:
Jake Barnby
2025-10-14 16:39:44 +13:00
parent f78f08bff9
commit ddec873f72
2 changed files with 5 additions and 4 deletions
Generated
+4 -4
View File
@@ -3791,12 +3791,12 @@
"source": {
"type": "git",
"url": "https://github.com/utopia-php/database.git",
"reference": "12e216866ce89674531fe1e174046de5de1e6273"
"reference": "0330adf4cdf8ceada6b991ad2ca7e381a13d81d2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/database/zipball/12e216866ce89674531fe1e174046de5de1e6273",
"reference": "12e216866ce89674531fe1e174046de5de1e6273",
"url": "https://api.github.com/repos/utopia-php/database/zipball/0330adf4cdf8ceada6b991ad2ca7e381a13d81d2",
"reference": "0330adf4cdf8ceada6b991ad2ca7e381a13d81d2",
"shasum": ""
},
"require": {
@@ -3841,7 +3841,7 @@
"issues": "https://github.com/utopia-php/database/issues",
"source": "https://github.com/utopia-php/database/tree/feat-mongodb"
},
"time": "2025-10-13T05:20:12+00:00"
"time": "2025-10-14T03:37:01+00:00"
},
{
"name": "utopia-php/detector",
@@ -126,6 +126,7 @@ class XList extends Base
}
$this->applySelectQueries($request, $response, Response::MODEL_DEPLOYMENT);
$response->dynamic(new Document([
'deployments' => $results,
'total' => $total,