mirror of
https://github.com/friendica/friendica
synced 2025-04-26 18:30:11 +00:00
support feed attachments/enclosures, and fix for bug #30
This commit is contained in:
parent
9c77c57b74
commit
6728a11ee3
12 changed files with 61 additions and 11 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue