Skip to content

Instantly share code, notes, and snippets.

@nicoladj77
Created August 5, 2013 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicoladj77/6159639 to your computer and use it in GitHub Desktop.
Save nicoladj77/6159639 to your computer and use it in GitHub Desktop.
UPDATE wp_ai1ec_event_instances, wp_ai1ec_event_instances_restore
SET wp_ai1ec_event_instances.`end` = UNIX_TIMESTAMP(wp_ai1ec_event_instances_restore.`end`)
WHERE wp_ai1ec_event_instances.id = wp_ai1ec_event_instances_restore.id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment