mirror of
https://github.com/friendica/friendica
synced 2025-04-27 14:30:11 +00:00
We now fetch the number of registered users
This commit is contained in:
parent
7a6706b0f7
commit
dab83c8b40
5 changed files with 40 additions and 37 deletions
|
@ -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 '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue