diff options
author | zottel <github@zottel.net> | 2012-05-20 09:08:56 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-05-20 09:08:56 +0200 |
commit | 2cd3ec7b983327f8c162845d0f4b8d9753f30e27 (patch) | |
tree | 3eefeaf641e91416fa7b43b9a36b829f28ff1983 /database.sql | |
parent | 764ac240a9a9ffb7c855a69bc2f81e9d314a617f (diff) | |
parent | f16a1199408d167bbc7c52dc408ef02b36808317 (diff) | |
download | volse-hubzilla-2cd3ec7b983327f8c162845d0f4b8d9753f30e27.tar.gz volse-hubzilla-2cd3ec7b983327f8c162845d0f4b8d9753f30e27.tar.bz2 volse-hubzilla-2cd3ec7b983327f8c162845d0f4b8d9753f30e27.zip |
Merge remote branch 'upstream/master'
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 cf086796a..ed97cd4aa 100644 --- a/database.sql +++ b/database.sql @@ -1028,6 +1028,7 @@ CREATE TABLE IF NOT EXISTS `user` ( `account_expires_on` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `expire_notification_sent` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `service_class` char(32) NOT NULL, + `def_gid` int(11) NOT NULL DEFAULT '0', `allow_cid` mediumtext NOT NULL, `allow_gid` mediumtext NOT NULL, `deny_cid` mediumtext NOT NULL, |