"ninja:check-data --fix=true" fails to correct wrong "Paid To Date"

Hi,

By looking at another thread I encountered the php artisan ninja:check-data command, so I decided to run it on my server to see if I had any issues, and it found one error, so I tried the fix command, but it failed to fix it:

Any ideas on how to make the fix a “success” ?

Thanks

Hi,

@david do you have any thoughts?

@charles,

you’ll want to add --paid_to_date=true to the command to fix the error on the paid to dates ie

php artisan ninja:check-data --fix=true --paid_to_date=true
1 Like

Great, it worked, thanks a lot!