]> git.mxchange.org Git - friendica.git/commitdiff
Updated database.sql
authorMichael <heluecht@pirati.ca>
Sun, 29 Nov 2020 09:03:19 +0000 (09:03 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 29 Nov 2020 09:03:19 +0000 (09:03 +0000)
database.sql

index 737337900d61ae5d177f1f3299a050ae1f1bcf28..2dac4b6ca93d1a4eb51f6bd900085a1ee8535a01 100644 (file)
@@ -1,6 +1,6 @@
 -- ------------------------------------------
 -- Friendica 2020.12-dev (Red Hot Poker)
--- DB_UPDATE_VERSION 1380
+-- DB_UPDATE_VERSION 1381
 -- ------------------------------------------
 
 
@@ -1140,6 +1140,7 @@ CREATE TABLE IF NOT EXISTS `post-tag` (
 CREATE TABLE IF NOT EXISTS `post-user` (
        `uri-id` int unsigned NOT NULL COMMENT 'Id of the item-uri table entry that contains the item uri',
        `uid` mediumint unsigned NOT NULL COMMENT 'Owner id which owns this copy of the item',
+       `protocol` tinyint unsigned COMMENT 'The used transport protocol - can be different per user',
        `contact-id` int unsigned NOT NULL DEFAULT 0 COMMENT 'contact.id',
        `unseen` boolean NOT NULL DEFAULT '1' COMMENT 'post has not been seen',
        `hidden` boolean NOT NULL DEFAULT '0' COMMENT 'Marker to hide the post from the user',