empty jump bridges tables
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user