diff --git a/src/Appwrite/Platform/Workers/Migrations.php b/src/Appwrite/Platform/Workers/Migrations.php index 9b8280c263..e792e776ab 100644 --- a/src/Appwrite/Platform/Workers/Migrations.php +++ b/src/Appwrite/Platform/Workers/Migrations.php @@ -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; }