mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Validate full search text
This commit is contained in:
parent
b2dd95affa
commit
b48467c3f8
6 changed files with 28 additions and 3 deletions
|
@ -506,6 +506,7 @@ CREATE TABLE IF NOT EXISTS `channel` (
|
|||
`media-type` smallint unsigned COMMENT 'Filtered media types',
|
||||
`languages` mediumtext COMMENT 'Desired languages',
|
||||
`publish` boolean COMMENT 'publish channel content',
|
||||
`valid` boolean COMMENT 'Set, when the full-text-search is valid',
|
||||
PRIMARY KEY(`id`),
|
||||
INDEX `uid` (`uid`),
|
||||
FOREIGN KEY (`uid`) REFERENCES `user` (`uid`) ON UPDATE RESTRICT ON DELETE CASCADE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue