]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_user-contact.md
Mandatory index added
[friendica.git] / doc / database / db_user-contact.md
index 6726ac710d6ed08a7eac4086b24995e4e7c0114c..5dab0c4bd6d13e91d974e6659015e60b27b90063 100644 (file)
@@ -24,6 +24,8 @@ Fields
 | subhub                    |                                                              | boolean            | YES  |     | NULL    |       |
 | hub-verify                |                                                              | varchar(255)       | YES  |     | NULL    |       |
 | protocol                  | Protocol of the contact                                      | char(4)            | YES  |     | NULL    |       |
+| rating                    | Automatically detected feed poll frequency                   | tinyint            | YES  |     | NULL    |       |
+| priority                  | Feed poll priority                                           | tinyint unsigned   | YES  |     | NULL    |       |
 
 Indexes
 ------------