diff options
author | Friendika <info@friendika.com> | 2011-05-24 16:30:52 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-24 16:30:52 -0700 |
commit | e3d1ef8ef7c1be2a8588ec1709304f766b0c7607 (patch) | |
tree | 36fa06a1745df6c041b99b23a3524b7bd14bcfa7 /update.php | |
parent | 21769d7390a0bcfb5c74e53c05867ab52a54448b (diff) | |
download | volse-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 'update.php')
-rw-r--r-- | update.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/update.php b/update.php index 488648791..603b93b63 100644 --- a/update.php +++ b/update.php @@ -483,3 +483,7 @@ function update_1053() { function update_1054() { q("ALTER TABLE `register` ADD `language` CHAR( 16 ) NOT NULL AFTER `password` "); } + +function update_1055() { + q("ALTER TABLE `profile` ADD `hidewall` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `hide-friends` "); +}
\ No newline at end of file |