Created
August 5, 2013 21:08
-
-
Save nicoladj77/6159639 to your computer and use it in GitHub Desktop.
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_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