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
$task->SetStartStatus();
Structure::delete();
Services::delete();
Assets::delete();
Structure::truncate();
Services::truncate();
Assets::truncate();
//Mark the job as finished
$task->SetStopStatus();