diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-09 22:02:28 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-09 22:02:28 -0700 |
commit | 3a69413f863ebc80ff64542bdb4ca684eb87a310 (patch) | |
tree | 71942231edccc058e6ff431422a66f0a116babe3 /database.sql | |
parent | 2e6041d1b6097f3f6c6d840461119f76105a4cde (diff) | |
download | volse-hubzilla-3a69413f863ebc80ff64542bdb4ca684eb87a310.tar.gz volse-hubzilla-3a69413f863ebc80ff64542bdb4ca684eb87a310.tar.bz2 volse-hubzilla-3a69413f863ebc80ff64542bdb4ca684eb87a310.zip |
more preparation for activities
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 de6b2fe83..8f349ab21 100644 --- a/database.sql +++ b/database.sql @@ -146,6 +146,7 @@ CREATE TABLE IF NOT EXISTS `item` ( `contact-id` int(10) unsigned NOT NULL DEFAULT '0', `type` char(255) NOT NULL, `wall` tinyint(1) NOT NULL DEFAULT '0', + `gravity` tinyint(1) NOT NULL DEFAULT '0', `parent` int(10) unsigned NOT NULL DEFAULT '0', `parent-uri` char(255) CHARACTER SET ascii NOT NULL, `created` datetime NOT NULL, |