Created
July 29, 2013 18:53
-
-
Save nicoladj77/6106715 to your computer and use it in GitHub Desktop.
Recover start from Restore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE wp_ai1ec_events, wp_ai1ec_events_restore | |
SET wp_ai1ec_events.`start` = UNIX_TIMESTAMP(wp_ai1ec_events_restore.`start`) | |
WHERE wp_ai1ec_events.post_id = wp_ai1ec_events_restore.post_id |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment