Skip to content

Instantly share code, notes, and snippets.

@nicoladj77
Created July 29, 2013 18:53
Show Gist options
  • Save nicoladj77/6106715 to your computer and use it in GitHub Desktop.
Save nicoladj77/6106715 to your computer and use it in GitHub Desktop.
Recover start from Restore
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