]> git.mxchange.org Git - friendica.git/blobdiff - database.sql
Merge pull request #10813 from tobiasd/20211003-lengthcounter
[friendica.git] / database.sql
index 02b01e25c69ec8f07a3756468a83eaea2f852038..3e7e65e7263230b531738b5997848ce520be891f 100644 (file)
@@ -1,5 +1,5 @@
 -- ------------------------------------------
--- Friendica 2021.09-rc (Siberian Iris)
+-- Friendica 2021.12-dev (Siberian Iris)
 -- DB_UPDATE_VERSION 1435
 -- ------------------------------------------
 
@@ -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`),