mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
error no params
This commit is contained in:
parent
7593537f3d
commit
0ac5e2aa76
2 changed files with 6 additions and 6 deletions
8
composer.lock
generated
8
composer.lock
generated
|
|
@ -2176,12 +2176,12 @@
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/utopia-php/migration.git",
|
"url": "https://github.com/utopia-php/migration.git",
|
||||||
"reference": "274115b3246e40b9235f259288a9bbc3f403227c"
|
"reference": "d579f344cea485b6519b3050f41d976c62c3c4ba"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/utopia-php/migration/zipball/274115b3246e40b9235f259288a9bbc3f403227c",
|
"url": "https://api.github.com/repos/utopia-php/migration/zipball/d579f344cea485b6519b3050f41d976c62c3c4ba",
|
||||||
"reference": "274115b3246e40b9235f259288a9bbc3f403227c",
|
"reference": "d579f344cea485b6519b3050f41d976c62c3c4ba",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -2224,7 +2224,7 @@
|
||||||
"issues": "https://github.com/utopia-php/migration/issues",
|
"issues": "https://github.com/utopia-php/migration/issues",
|
||||||
"source": "https://github.com/utopia-php/migration/tree/backups"
|
"source": "https://github.com/utopia-php/migration/tree/backups"
|
||||||
},
|
},
|
||||||
"time": "2024-08-07T12:56:55+00:00"
|
"time": "2024-08-07T13:33:05+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "utopia-php/mongo",
|
"name": "utopia-php/mongo",
|
||||||
|
|
|
||||||
|
|
@ -374,8 +374,8 @@ class Migrations extends Action
|
||||||
$log->addTag('migrationErrors', json_encode($errorMessages));
|
$log->addTag('migrationErrors', json_encode($errorMessages));
|
||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
$destination->error($migration);
|
$destination->error();
|
||||||
$source->error($migration);
|
$source->error();
|
||||||
|
|
||||||
if (! $tempAPIKey->isEmpty()) {
|
if (! $tempAPIKey->isEmpty()) {
|
||||||
$this->removeAPIKey($tempAPIKey);
|
$this->removeAPIKey($tempAPIKey);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue