diff options
author | Friendika <info@friendika.com> | 2011-06-08 21:06:02 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-08 21:06:02 -0700 |
commit | df8ac668b800ecf64ab2c240678eb87b225cb513 (patch) | |
tree | 7fcfe4b55fb282dfd95bd8500ad92518c7a4acaa /database.sql | |
parent | a10abd4860ee2e34b197fd7c1bba295cd35c1a9b (diff) | |
download | volse-hubzilla-df8ac668b800ecf64ab2c240678eb87b225cb513.tar.gz volse-hubzilla-df8ac668b800ecf64ab2c240678eb87b225cb513.tar.bz2 volse-hubzilla-df8ac668b800ecf64ab2c240678eb87b225cb513.zip |
more calendar work, undo strict_privacy flag to use different approach
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 fd7ccf87f..fa18c50dc 100644 --- a/database.sql +++ b/database.sql @@ -389,6 +389,7 @@ CREATE TABLE IF NOT EXISTS `user` ( `blockwall` 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', `pwdreset` char(255) NOT NULL, `maxreq` int(11) NOT NULL DEFAULT '10', `expire` int(11) unsigned NOT NULL DEFAULT '0', |