forked from friendica/friendica-directory
Add missing column in profile fulltext index
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…
Reference in New Issue