mirror of
https://github.com/friendica/friendica
synced 2025-04-27 07:50:10 +00:00
Removed "service class" functionality
This commit is contained in:
parent
1b53b8cae9
commit
0695fa699c
12 changed files with 6 additions and 224 deletions
|
@ -1708,7 +1708,6 @@ function db_definition() {
|
|||
"account_expired" => array("type" => "tinyint(1)", "not null" => "1", "default" => "0"),
|
||||
"account_expires_on" => array("type" => "datetime", "not null" => "1", "default" => NULL_DATE),
|
||||
"expire_notification_sent" => array("type" => "datetime", "not null" => "1", "default" => NULL_DATE),
|
||||
"service_class" => array("type" => "varchar(32)", "not null" => "1", "default" => ""),
|
||||
"def_gid" => array("type" => "int(11)", "not null" => "1", "default" => "0"),
|
||||
"allow_cid" => array("type" => "mediumtext"),
|
||||
"allow_gid" => array("type" => "mediumtext"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue