more preparation for activities

This commit is contained in:
Mike Macgirvin 2010-09-09 22:02:28 -07:00
parent 2e6041d1b6
commit 3a69413f86
5 changed files with 19 additions and 3 deletions

View file

@ -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,