diff --git a/src/Appwrite/Platform/Workers/Migrations.php b/src/Appwrite/Platform/Workers/Migrations.php index 3e8317e5e6..f2d7293c66 100644 --- a/src/Appwrite/Platform/Workers/Migrations.php +++ b/src/Appwrite/Platform/Workers/Migrations.php @@ -256,8 +256,6 @@ class Migrations extends Action $source = $this->processSource($migration); $destination = $this->processDestination($migration, $tempAPIKey); - $source->report(); - $transfer = new Transfer( $source, $destination