Merge branch '1.6.x' into cl-temp-runtimes

This commit is contained in:
Matej Bačo
2024-10-10 10:42:42 +02:00
committed by GitHub
2 changed files with 12 additions and 7 deletions
Generated
+7 -7
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "f05357728316c79037d22ee26afd2d3e",
"content-hash": "89ebc75f08cd9ee5a5cccd64d0f9938a",
"packages": [
{
"name": "adhocore/jwt",
@@ -2175,16 +2175,16 @@
},
{
"name": "utopia-php/migration",
"version": "0.6.7",
"version": "0.6.8",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/migration.git",
"reference": "9f2d1afc2acf2b6cdc5088ad4becbab131df0f2a"
"reference": "c3740de52c1b616aa7f054d0fadb9207895b5279"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/migration/zipball/9f2d1afc2acf2b6cdc5088ad4becbab131df0f2a",
"reference": "9f2d1afc2acf2b6cdc5088ad4becbab131df0f2a",
"url": "https://api.github.com/repos/utopia-php/migration/zipball/c3740de52c1b616aa7f054d0fadb9207895b5279",
"reference": "c3740de52c1b616aa7f054d0fadb9207895b5279",
"shasum": ""
},
"require": {
@@ -2225,9 +2225,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/migration/issues",
"source": "https://github.com/utopia-php/migration/tree/0.6.7"
"source": "https://github.com/utopia-php/migration/tree/0.6.8"
},
"time": "2024-10-09T10:21:25+00:00"
"time": "2024-10-10T08:09:19+00:00"
},
{
"name": "utopia-php/mongo",
@@ -399,6 +399,11 @@ class Migrations extends Action
throw new Exception('Migration failed');
}
if ($migration->getAttribute('status', '') === 'completed') {
$destination->success();
$source->success();
}
}
}
}