/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
UPDATE wp_posts SET post_date = DATE_ADD( post_date, INTERVAL 9 MONTH ), post_date_gmt = DATE_ADD( post_date_gmt, INTERVAL 9 MONTH ), post_modified = DATE_ADD( post_modified, INTERVAL 9 MONTH ), post_modified_gmt = DATE_ADD( post_modified_gmt, INTERVAL 9 MONTH )