empty jump bridges tables

This commit is contained in:
2019-12-11 22:26:29 -06:00
parent 1a6577539f
commit 8c87e1433c

View File

@@ -51,9 +51,9 @@ class EmptyJumpBridges extends Command
//Add entry into the table saying the job is starting //Add entry into the table saying the job is starting
$task->SetStartStatus(); $task->SetStartStatus();
Structure::delete(); Structure::truncate();
Services::delete(); Services::truncate();
Assets::delete(); Assets::truncate();
//Mark the job as finished //Mark the job as finished
$task->SetStopStatus(); $task->SetStopStatus();