Created
April 9, 2021 04:41
-
-
Save msaari/7454dcbfb667f0ee746e21f302a4bd10 to your computer and use it in GitHub Desktop.
Relevanssi Light database alterations
This file contains 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
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