More fields added to "user-contact"

This commit is contained in:
Michael 2021-09-13 14:20:20 +00:00
parent 5abc1543fd
commit 2926282f8d
4 changed files with 31 additions and 24 deletions

View file

@ -1548,6 +1548,8 @@ return [
"subhub" => ["type" => "boolean", "comment" => ""],
"hub-verify" => ["type" => "varchar(255)", "comment" => ""],
"protocol" => ["type" => "char(4)", "comment" => "Protocol of the contact"],
"rating" => ["type" => "tinyint", "comment" => "Automatically detected feed poll frequency"],
"priority" => ["type" => "tinyint unsigned", "comment" => "Feed poll priority"],
],
"indexes" => [
"PRIMARY" => ["uid", "cid"],