]> git.mxchange.org Git - friendica.git/blobdiff - database.sql
Add expected method MailBuilder->withHeaders
[friendica.git] / database.sql
index f98b74eda41d64ab68383cb180653d87b355b3fe..fe957552e77be1f0b70b6c207d754266420d49c3 100644 (file)
@@ -1,5 +1,5 @@
 -- ------------------------------------------
--- Friendica 2020.09-rc (Red Hot Poker)
+-- Friendica 2020.12-dev (Red Hot Poker)
 -- DB_UPDATE_VERSION 1368
 -- ------------------------------------------
 
@@ -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`),