Skip to content

Instantly share code, notes, and snippets.

@msaari
Created April 9, 2021 04:41
Show Gist options
  • Save msaari/7454dcbfb667f0ee746e21f302a4bd10 to your computer and use it in GitHub Desktop.
Save msaari/7454dcbfb667f0ee746e21f302a4bd10 to your computer and use it in GitHub Desktop.
Relevanssi Light database alterations
ALTER TABLE xx_posts ADD COLUMN `relevanssi_light_data` LONGTEXT
ALTER TABLE xx_posts ADD FULLTEXT `relevanssi_light_fulltext` (`post_title`,`post_content`,`post_excerpt`,`relevanssi_light_data`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment