mirror of
https://github.com/friendica/friendica
synced 2025-04-22 18:30:13 +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
|
@ -1010,6 +1010,7 @@ class DBStructure {
|
|||
"site_name" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
|
||||
"info" => array("type" => "text"),
|
||||
"register_policy" => array("type" => "tinyint(1)", "not null" => "1", "default" => "0"),
|
||||
"registered-users" => array("type" => "int(10)", "not null" => "1", "default" => "0"),
|
||||
"poco" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
|
||||
"noscrape" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
|
||||
"network" => array("type" => "varchar(32)", "not null" => "1", "default" => ""),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue