diff --git a/app/Console/Commands/Data/EmptyJumpBridges.php b/app/Console/Commands/Data/EmptyJumpBridges.php index f3ecda2b7..3667ebc14 100644 --- a/app/Console/Commands/Data/EmptyJumpBridges.php +++ b/app/Console/Commands/Data/EmptyJumpBridges.php @@ -51,9 +51,9 @@ class EmptyJumpBridges extends Command //Add entry into the table saying the job is starting $task->SetStartStatus(); - Structure::delete(); - Services::delete(); - Assets::delete(); + Structure::truncate(); + Services::truncate(); + Assets::truncate(); //Mark the job as finished $task->SetStopStatus();