mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Update prune data script
This commit is contained in:
parent
56576e8f59
commit
ceb4ddc5d5
@ -75,6 +75,8 @@ class CheckData extends Command
|
|||||||
|
|
||||||
$this->checkBalances();
|
$this->checkBalances();
|
||||||
$this->checkContacts();
|
$this->checkContacts();
|
||||||
|
|
||||||
|
// TODO Enable once user_account companies have been merged
|
||||||
//$this->checkUserAccounts();
|
//$this->checkUserAccounts();
|
||||||
|
|
||||||
if (! $this->option('client_id')) {
|
if (! $this->option('client_id')) {
|
||||||
|
Loading…
Reference in New Issue
Block a user