Skip to content

Instantly share code, notes, and snippets.

@gautiermichelin
Created October 12, 2018 05:26
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 gautiermichelin/39a00e85c33f17149946bc8f165b5e0c to your computer and use it in GitHub Desktop.
Save gautiermichelin/39a00e85c33f17149946bc8f165b5e0c to your computer and use it in GitHub Desktop.
Vider les index CollectiveAccess
SET FOREIGN_KEY_CHECKS=0;
truncate table ca_sql_search_word_index;
truncate table ca_sql_search_words;
SET FOREIGN_KEY_CHECKS=1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment