We now fetch the number of registered users

This commit is contained in:
Michael 2017-12-18 23:58:18 +00:00
parent 7a6706b0f7
commit dab83c8b40
5 changed files with 40 additions and 37 deletions

View file

@ -1,6 +1,6 @@
-- ------------------------------------------
-- Friendica 3.6-dev (Asparagus)
-- DB_UPDATE_VERSION 1237
-- DB_UPDATE_VERSION 1238
-- ------------------------------------------
@ -392,6 +392,7 @@ CREATE TABLE IF NOT EXISTS `gserver` (
`site_name` varchar(255) NOT NULL DEFAULT '',
`info` text,
`register_policy` tinyint(1) NOT NULL DEFAULT 0,
`registered-users` int(10) NOT NULL DEFAULT 0,
`poco` varchar(255) NOT NULL DEFAULT '',
`noscrape` varchar(255) NOT NULL DEFAULT '',
`network` varchar(32) NOT NULL DEFAULT '',