Reseteando custom posty types y custom terms
delete from wptv_posts where post_type='hotel';
DELETE FROM wptv_postmeta
WHERE post_id NOT IN (SELECT f.id
FROM wptv_posts f);
delete FROM `wptv_term_taxonomy` where taxonomy= 'ciudad';
DELETE FROM wptv_term_relationships
WHERE term_taxonomy_id NOT IN (SELECT f.term_taxonomy_id
FROM wptv_term_taxonomy f);