Add missing column in profile fulltext index
This commit is contained in:
parent
e03e10e032
commit
66dca727a6
0
src/sql/migrations/down/0001.sql
Normal file
0
src/sql/migrations/down/0001.sql
Normal file
2
src/sql/migrations/up/0002.sql
Normal file
2
src/sql/migrations/up/0002.sql
Normal file
|
@ -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…
Reference in a new issue