mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Update src/Appwrite/Platform/Workers/Migrations.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
parent
ab908aa9cb
commit
3121cd1c07
1 changed files with 1 additions and 1 deletions
|
|
@ -396,7 +396,7 @@ class Migrations extends Action
|
|||
|
||||
$this->updateMigrationDocument($migration, $projectDocument);
|
||||
|
||||
if ($migration->getAttribute('status', '') == 'failed') {
|
||||
if ($migration->getAttribute('status', '') === 'failed') {
|
||||
$destination->error();
|
||||
$source->error();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue