Replies: 0
hi
my situation is rather unusual. please help with a direction/suggestion..
daily i am RENAMING wp_post into wp_posts_temp.
i a deleting ONLY my CPT records from wp_posts_temp.
your “site-review” and “revision” are UNTOUCHED during this operation.
after this i am creating A NEW wp_posts with all old records(site-review etc) and all my new CPT records.
after this Site Review no longer accept reviews.
i have done all the Tools recomandation – with ALT or not – from DEBUG console.
i am sensing a potential issue here but i am waiting for your directions.
glsr_assigned_posts_post_id_foreign is a BTREE index linked to wp_posts(which is RENAMED few times in process)
how can i deal with glsr_assigned_posts_post_id_foreign BTREE index so it will always be connected to to actual wp_posts?
thanks