mirror of
https://github.com/friendica/friendica
synced 2025-04-27 16:30:10 +00:00
ability to hide profile and wall from unknown people
This commit is contained in:
parent
21769d7390
commit
e3d1ef8ef7
10 changed files with 63 additions and 7 deletions
|
@ -288,6 +288,7 @@ CREATE TABLE IF NOT EXISTS `profile` (
|
|||
`profile-name` char(255) NOT NULL,
|
||||
`is-default` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`hide-friends` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`hidewall` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`name` char(255) NOT NULL,
|
||||
`pdesc` char(255) NOT NULL,
|
||||
`dob` char(32) NOT NULL DEFAULT '0000-00-00',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue