aboutsummaryrefslogtreecommitdiffstats
path: root/database.sql
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-24 16:30:52 -0700
committerFriendika <info@friendika.com>2011-05-24 16:30:52 -0700
commite3d1ef8ef7c1be2a8588ec1709304f766b0c7607 (patch)
tree36fa06a1745df6c041b99b23a3524b7bd14bcfa7 /database.sql
parent21769d7390a0bcfb5c74e53c05867ab52a54448b (diff)
downloadvolse-hubzilla-e3d1ef8ef7c1be2a8588ec1709304f766b0c7607.tar.gz
volse-hubzilla-e3d1ef8ef7c1be2a8588ec1709304f766b0c7607.tar.bz2
volse-hubzilla-e3d1ef8ef7c1be2a8588ec1709304f766b0c7607.zip
ability to hide profile and wall from unknown people
Diffstat (limited to 'database.sql')
-rw-r--r--database.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/database.sql b/database.sql
index fdc08b7c8..d9cd016f0 100644
--- a/database.sql
+++ b/database.sql
@@ -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',