X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_user.md;h=7033bcc896e8aaaf57b1ec677531f1fa9443e2a8;hb=b96dbcd4cb93749d64b4c31f5fb1eec153114e69;hp=e9306f8c5a9f2228bc05f8657cd122732219705c;hpb=b9d8587f413d198b854ccb213521e47327088566;p=friendica.git diff --git a/doc/database/db_user.md b/doc/database/db_user.md index e9306f8c5a..7033bcc896 100644 --- a/doc/database/db_user.md +++ b/doc/database/db_user.md @@ -38,7 +38,6 @@ Table user | account_expired | | tinyint(1) | NO | | 0 | | | account_expires_on | timestamp when account expires and will be deleted | datetime | NO | | 0001-01-01 00:00:00 | | | expire_notification_sent | timestamp of last warning of account expiration | datetime | NO | | 0001-01-01 00:00:00 | | -| service_class | service class for this account, determines what if any limits/restrictions are in place | varchar(32) | NO | | | | | def_gid | | int(11) | NO | | 0 | | | allow_cid | default permission for this user | mediumtext | NO | | NULL | | | allow_gid | default permission for this user | mediumtext | NO | | NULL | |