Skip to content

Instantly share code, notes, and snippets.

@joshfeck
Created January 6, 2015 22:04
Show Gist options
  • Save joshfeck/4d9f80ac65ff67bc31fa to your computer and use it in GitHub Desktop.
Save joshfeck/4d9f80ac65ff67bc31fa to your computer and use it in GitHub Desktop.
SQL code that will update pre-3.1.36 registration data to work with Event Espresso 4
UPDATE `gateways_wp909`.`wp_esp_registration` SET `TKT_ID` = '1247' WHERE `wp_esp_registration`.`TKT_ID` = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment