Hi
I deleted a bunch of leads that are not used from the crm. After a few days when i checked the clean up cron was success but the leads were not deleted (which were marked as deleted = 1) were still in my database. So i manually deleted those through phpmyadmin
The problem is although the leads were deleted the phone numbers, emails, notes are still in separate tables and those all have deleted = 0
email_address
note
phone_number
And how do i delete the no longer used from the below tables
entity_phone_number
entity_email_address
Thanks
I deleted a bunch of leads that are not used from the crm. After a few days when i checked the clean up cron was success but the leads were not deleted (which were marked as deleted = 1) were still in my database. So i manually deleted those through phpmyadmin
The problem is although the leads were deleted the phone numbers, emails, notes are still in separate tables and those all have deleted = 0
email_address
note
phone_number
And how do i delete the no longer used from the below tables
entity_phone_number
entity_email_address
Thanks
Comment