From 6aafe2dd1219905741d31b28def06ae8d25a31da Mon Sep 17 00:00:00 2001 From: fogelito Date: Sun, 14 Dec 2025 19:41:33 +0200 Subject: [PATCH] cleanup --- src/Appwrite/Platform/Workers/Migrations.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Appwrite/Platform/Workers/Migrations.php b/src/Appwrite/Platform/Workers/Migrations.php index a10ddc4904..5d880f9baf 100644 --- a/src/Appwrite/Platform/Workers/Migrations.php +++ b/src/Appwrite/Platform/Workers/Migrations.php @@ -418,6 +418,10 @@ class Migrations extends Action $this->handleCSVExportComplete($project, $migration, $queueForMails, $queueForRealtime); } } + + $transfer = null; + $source = null; + $destination = null; } }