Add missing column in profile fulltext index

stable
Hypolite Petovan 5 years ago
parent e03e10e032
commit 66dca727a6

@ -0,0 +1,2 @@
ALTER table `profile` DROP INDEX `profile-ft`;
ALTER table `profile` ADD FULLTEXT KEY `profile-ft` (`name`, `pdesc`, `profile_url`, `locality`, `region`, `country`, `tags`);
Loading…
Cancel
Save