From f4ef252bf2ce8d7ab82f3e29bdb5b5ce3b983e90 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Wed, 9 Aug 2023 23:47:51 +0100 Subject: [PATCH] Update migrations.php --- app/workers/migrations.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/workers/migrations.php b/app/workers/migrations.php index bd63a81e83..0807fc7b50 100644 --- a/app/workers/migrations.php +++ b/app/workers/migrations.php @@ -232,12 +232,6 @@ class MigrationsV1 extends Worker $destination ); - $migrationDocument->setAttribute('stage', 'source-check'); - $this->updateMigrationDocument($migrationDocument, $projectDocument); - - $migrationDocument->setAttribute('stage', 'destination-check'); - $this->updateMigrationDocument($migrationDocument, $projectDocument); - /** Start Transfer */ $migrationDocument->setAttribute('stage', 'migrating'); $this->updateMigrationDocument($migrationDocument, $projectDocument);