This commit is contained in:
Mike Macgirvin 2010-09-09 18:49:19 -07:00
commit 82986cc993
4 changed files with 18 additions and 12 deletions

View file

@ -145,6 +145,7 @@ CREATE TABLE IF NOT EXISTS `item` (
`uid` int(10) unsigned NOT NULL DEFAULT '0',
`contact-id` int(10) unsigned NOT NULL DEFAULT '0',
`type` char(255) NOT NULL,
`wall` 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,