More fields added to "user-contact"
This commit is contained in:
parent
5abc1543fd
commit
2926282f8d
4 changed files with 31 additions and 24 deletions
|
|
@ -1526,6 +1526,8 @@ CREATE TABLE IF NOT EXISTS `user-contact` (
|
|||
`subhub` boolean COMMENT '',
|
||||
`hub-verify` varchar(255) COMMENT '',
|
||||
`protocol` char(4) COMMENT 'Protocol of the contact',
|
||||
`rating` tinyint COMMENT 'Automatically detected feed poll frequency',
|
||||
`priority` tinyint unsigned COMMENT 'Feed poll priority',
|
||||
PRIMARY KEY(`uid`,`cid`),
|
||||
INDEX `cid` (`cid`),
|
||||
UNIQUE INDEX `uri-id_uid` (`uri-id`,`uid`),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue