diff options
author | Friendika <info@friendika.com> | 2011-09-18 22:42:47 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-18 22:42:47 -0700 |
commit | 672ecc7f7d2e17b0d35eccc94e6fa1b5eef0d108 (patch) | |
tree | 92e9fefe146ce991778538d29fcebac8b60722f3 /database.sql | |
parent | 48ee3fa3b9c540185fb3691ce6a971dd2cf1fd68 (diff) | |
download | volse-hubzilla-672ecc7f7d2e17b0d35eccc94e6fa1b5eef0d108.tar.gz volse-hubzilla-672ecc7f7d2e17b0d35eccc94e6fa1b5eef0d108.tar.bz2 volse-hubzilla-672ecc7f7d2e17b0d35eccc94e6fa1b5eef0d108.zip |
more tag infrastructure
Diffstat (limited to 'database.sql')
-rw-r--r-- | database.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/database.sql b/database.sql index ba52d9f35..b1580ec2c 100644 --- a/database.sql +++ b/database.sql @@ -407,6 +407,7 @@ CREATE TABLE IF NOT EXISTS `user` ( `blocked` tinyint(1) unsigned NOT NULL DEFAULT '0', `blockwall` tinyint(1) unsigned NOT NULL DEFAULT '0', `hidewall` tinyint(1) unsigned NOT NULL DEFAULT '0', + `blocktags` tinyint(1) unsigned NOT NULL DEFAULT '0', `notify-flags` int(11) unsigned NOT NULL DEFAULT '65535', `page-flags` int(11) unsigned NOT NULL DEFAULT '0', `prvnets` tinyint(1) NOT NULL DEFAULT '0', |