mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update src/Appwrite/Platform/Workers/Migrations.php
Co-authored-by: Luke B. Silver <22452787+loks0n@users.noreply.github.com>
This commit is contained in:
co-authored by
Luke B. Silver
parent
914cdb7743
commit
3bf2a1cd09
@@ -313,7 +313,7 @@ class Migrations extends Action
|
||||
$log->addExtra('migrationErrors', json_encode($simpleMessages));
|
||||
$this->updateMigrationDocument($migrationDocument, $projectDocument);
|
||||
|
||||
throw new Exception('Migration Failed');
|
||||
throw new Exception('Migration failed');
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user