From ceb4ddc5d53dc5cca7bf7c513f84675d71f354cd Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 4 May 2017 14:16:48 +0300 Subject: [PATCH] Update prune data script --- app/Console/Commands/CheckData.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Console/Commands/CheckData.php b/app/Console/Commands/CheckData.php index a000c0530a6e..7d37b3ade605 100644 --- a/app/Console/Commands/CheckData.php +++ b/app/Console/Commands/CheckData.php @@ -75,6 +75,8 @@ class CheckData extends Command $this->checkBalances(); $this->checkContacts(); + + // TODO Enable once user_account companies have been merged //$this->checkUserAccounts(); if (! $this->option('client_id')) {