From 3bf2a1cd090f36db44a0471259ee3504be49aa7e Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Wed, 1 May 2024 20:40:33 +0900 Subject: [PATCH] Update src/Appwrite/Platform/Workers/Migrations.php Co-authored-by: Luke B. Silver <22452787+loks0n@users.noreply.github.com> --- src/Appwrite/Platform/Workers/Migrations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }