X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=database.sql;h=fe957552e77be1f0b70b6c207d754266420d49c3;hb=acd6fd7dd389622ae07b41b099731d97fdb0f69c;hp=f98b74eda41d64ab68383cb180653d87b355b3fe;hpb=dfeae25e6dd4edfd096afcb3e51d48315cba84d0;p=friendica.git diff --git a/database.sql b/database.sql index f98b74eda4..fe957552e7 100644 --- a/database.sql +++ b/database.sql @@ -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`),