Hi
i usually delete leads which are deleted from the CRM through the mysql database where delete = 1
the problem is that the below tables keeps on growing
entity_email_address - 495254
entity_phone_number - 533688
email_address - 234587
phone_number - 325471
total leads - 112000
when i search delete = 1 on the other tables it doesn't return any records. usually the leads contain only 1 email and phone number
is there a way to clear the details which are not in use?
i usually delete leads which are deleted from the CRM through the mysql database where delete = 1
the problem is that the below tables keeps on growing
entity_email_address - 495254
entity_phone_number - 533688
email_address - 234587
phone_number - 325471
total leads - 112000
when i search delete = 1 on the other tables it doesn't return any records. usually the leads contain only 1 email and phone number
is there a way to clear the details which are not in use?
Comment