X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=database.sql;h=1d4f335e4a17b343932e54cd0986620d194bf601;hb=fb904ad5de6bdfce6306d83555c6a8bd9d08387d;hp=87ea52aa5952e7960ad0abe060092514ca903487;hpb=c281589fe2eb7d27ac25413244a5d0e4a1c1ccd5;p=friendica.git diff --git a/database.sql b/database.sql index 87ea52aa59..1d4f335e4a 100644 --- a/database.sql +++ b/database.sql @@ -1,6 +1,6 @@ -- ------------------------------------------ --- Friendica 2020.12-rc (Red Hot Poker) --- DB_UPDATE_VERSION 1384 +-- Friendica 2021.03-dev (Red Hot Poker) +-- DB_UPDATE_VERSION 1385 -- ------------------------------------------ @@ -20,6 +20,7 @@ CREATE TABLE IF NOT EXISTS `gserver` ( `poco` varchar(255) NOT NULL DEFAULT '' COMMENT '', `noscrape` varchar(255) NOT NULL DEFAULT '' COMMENT '', `network` char(4) NOT NULL DEFAULT '' COMMENT '', + `protocol` tinyint unsigned COMMENT 'The protocol of the server', `platform` varchar(255) NOT NULL DEFAULT '' COMMENT '', `relay-subscribe` boolean NOT NULL DEFAULT '0' COMMENT 'Has the server subscribed to the relay system', `relay-scope` varchar(10) NOT NULL DEFAULT '' COMMENT 'The scope of messages that the server wants to get',