X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=database.sql;h=6a55db52699a41d5a4c925ad2e9b77a003ccacb0;hb=8e6973b774efeff5dd381e8984c22171c6a14c31;hp=cbb724d18900a4f6778d97990c446a2cd29c22c7;hpb=5197833c5513fe70481bd170b8c840f5a834c8c2;p=friendica.git diff --git a/database.sql b/database.sql index cbb724d189..6a55db5269 100644 --- a/database.sql +++ b/database.sql @@ -1,6 +1,6 @@ -- ------------------------------------------ -- Friendica 2019.12-rc (Dalmatian Bellflower) --- DB_UPDATE_VERSION 1326 +-- DB_UPDATE_VERSION 1328 -- ------------------------------------------ @@ -470,6 +470,7 @@ CREATE TABLE IF NOT EXISTS `gserver` ( `info` text COMMENT '', `register_policy` tinyint NOT NULL DEFAULT 0 COMMENT '', `registered-users` int unsigned NOT NULL DEFAULT 0 COMMENT 'Number of registered users', + `directory-type` tinyint DEFAULT 0 COMMENT 'Type of directory service (Poco, Mastodon)', `poco` varchar(255) NOT NULL DEFAULT '' COMMENT '', `noscrape` varchar(255) NOT NULL DEFAULT '' COMMENT '', `network` char(4) NOT NULL DEFAULT '' COMMENT '',