1
0
Fork 0

Removed "service class" functionality

This commit is contained in:
Michael 2017-10-18 21:44:27 +00:00
commit 0695fa699c
12 changed files with 6 additions and 224 deletions

View file

@ -1,5 +1,5 @@
-- ------------------------------------------
-- Friendica 3.5.3-dev (Asparagus)
-- Friendica 3.6-dev (Asparagus)
-- DB_UPDATE_VERSION 1234
-- ------------------------------------------
@ -1084,7 +1084,6 @@ CREATE TABLE IF NOT EXISTS `user` (
`account_expired` tinyint(1) NOT NULL DEFAULT 0,
`account_expires_on` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
`expire_notification_sent` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
`service_class` varchar(32) NOT NULL DEFAULT '',
`def_gid` int(11) NOT NULL DEFAULT 0,
`allow_cid` mediumtext,
`allow_gid` mediumtext,