support feed attachments/enclosures, and fix for bug #30

This commit is contained in:
Friendika 2011-04-06 19:41:16 -07:00
parent 9c77c57b74
commit 6728a11ee3
12 changed files with 61 additions and 11 deletions

View file

@ -184,6 +184,7 @@ CREATE TABLE IF NOT EXISTS `item` (
`plink` char(255) NOT NULL,
`resource-id` char(255) NOT NULL,
`tag` mediumtext NOT NULL,
`attach` mediumtext NOT NULL,
`inform` mediumtext NOT NULL,
`location` char(255) NOT NULL,
`coord` char(255) NOT NULL,