aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-22 16:34:12 -0700
committerFriendika <info@friendika.com>2011-03-22 16:34:12 -0700
commite0202d82a1e33dc2c2ed5b8fcec46440cc905d3f (patch)
tree09eed96c46fd65feac695d806121d037012546a9 /update.php
parent8f31935b7da523ba03b51459d7596fc5e6eb2854 (diff)
downloadvolse-hubzilla-e0202d82a1e33dc2c2ed5b8fcec46440cc905d3f.tar.gz
volse-hubzilla-e0202d82a1e33dc2c2ed5b8fcec46440cc905d3f.tar.bz2
volse-hubzilla-e0202d82a1e33dc2c2ed5b8fcec46440cc905d3f.zip
add fulltext index on keywords, missed some directory localisations
Diffstat (limited to 'update.php')
-rw-r--r--update.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/update.php b/update.php
index 9f94cd511..3672b2bfe 100644
--- a/update.php
+++ b/update.php
@@ -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` ) ");
+}
+
+
+ \ No newline at end of file