fixes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user