Skip to content

Instantly share code, notes, and snippets.

@jonathanselander
Forked from molotovbliss/gist:7572997
Created August 4, 2014 15:14
Show Gist options
  • Save jonathanselander/14684af67ed299a0b78e to your computer and use it in GitHub Desktop.
Save jonathanselander/14684af67ed299a0b78e to your computer and use it in GitHub Desktop.
ALTER TABLE `enterprise_url_rewrite_redirect`
ADD INDEX `redirect_id` (`redirect_id`) ;
ALTER TABLE `enterprise_url_rewrite`
ADD INDEX `request_path` (`request_path`) ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment