From b5a363a2a7022a68914ba9d810bb6875c7b50181 Mon Sep 17 00:00:00 2001 From: fogelito Date: Wed, 31 Dec 2025 14:01:56 +0200 Subject: [PATCH] skip shutdown --- src/Appwrite/Platform/Workers/Migrations.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Appwrite/Platform/Workers/Migrations.php b/src/Appwrite/Platform/Workers/Migrations.php index d655672368..972757408e 100644 --- a/src/Appwrite/Platform/Workers/Migrations.php +++ b/src/Appwrite/Platform/Workers/Migrations.php @@ -363,10 +363,10 @@ class Migrations extends Action $migration->getAttribute('resourceId'), $migration->getAttribute('resourceType') ); - } - $destination->shutdown(); - $source->shutdown(); + $destination->shutdown(); + $source->shutdown(); + } $sourceErrors = $source->getErrors(); $destinationErrors = $destination->getErrors();