add activity target to items, allow multiple link relations

This commit is contained in:
Friendika
2010-11-03 16:48:21 -07:00
parent 98a508532f
commit a985ad4a54
5 changed files with 138 additions and 12 deletions

View File

@@ -174,6 +174,8 @@ CREATE TABLE IF NOT EXISTS `item` (
`verb` char(255) NOT NULL,
`object-type` char(255) NOT NULL,
`object` text NOT NULL,
`target-type` char(255) NOT NULL,
`target` text NOT NULL,
`resource-id` char(255) NOT NULL,
`tag` mediumtext NOT NULL,
`inform` mediumtext NOT NULL,