]> git.mxchange.org Git - friendica.git/commitdiff
Updated database.sql
authorMichael <heluecht@pirati.ca>
Sat, 19 Sep 2020 12:53:20 +0000 (12:53 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 19 Sep 2020 12:53:20 +0000 (12:53 +0000)
database.sql

index f98b74eda41d64ab68383cb180653d87b355b3fe..3b7ef341c1d541759dc160c4732d8c9c4d268403 100644 (file)
@@ -786,7 +786,7 @@ CREATE TABLE IF NOT EXISTS `item-content` (
        `verb` varchar(100) NOT NULL DEFAULT '' COMMENT 'ActivityStreams verb',
         PRIMARY KEY(`id`),
         UNIQUE INDEX `uri-plink-hash` (`uri-plink-hash`),
-        FULLTEXT INDEX `body` (`body`),
+        FULLTEXT INDEX `title-content-warning-body` (`title`,`content-warning`,`body`),
         INDEX `uri` (`uri`(191)),
         INDEX `plink` (`plink`(191)),
         INDEX `uri-id` (`uri-id`),