mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 05:25:15 +02:00
add fulltext index on keywords, missed some directory localisations
This commit is contained in:
parent
8f31935b7d
commit
e0202d82a1
4 changed files with 15 additions and 5 deletions
|
@ -410,3 +410,11 @@ function update_1042() {
|
|||
function update_1043() {
|
||||
q("ALTER TABLE `user` ADD `blockwall` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `blocked` ");
|
||||
}
|
||||
|
||||
function update_1044() {
|
||||
q("ALTER TABLE `profile` ADD FULLTEXT ( `pub_keywords` ) ");
|
||||
q("ALTER TABLE `profile` ADD FULLTEXT ( `prv_keywords` ) ");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue