Removing deletion of missing customers

This commit is contained in:
Axel 2021-12-28 09:13:01 +01:00
parent a71505def5
commit d57cee575b

View file

@ -146,7 +146,7 @@ class SyncCustomers extends Command
if (false === array_search($t->host, $hosts)) {
// Must delete task
//$this->line('must delete '.$t->host);
app('db')->delete('DELETE FROM `tasks` WHERE host = ?', [$t->host]);
//app('db')->delete('DELETE FROM `tasks` WHERE host = ?', [$t->host]);
}
}
$bar->finish();