Updated database.sql

Este commit está contenido en:
Michael 2020-09-19 12:53:20 +00:00
padre 6020e824a8
commit 7fba4145ed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -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`),