mirror of
https://github.com/friendica/friendica
synced 2025-12-07 07:57:35 +01:00
item/event linkage
This commit is contained in:
parent
a2b26948d8
commit
73e0986710
3 changed files with 6 additions and 1 deletions
|
|
@ -186,6 +186,7 @@ CREATE TABLE IF NOT EXISTS `item` (
|
|||
`target` text NOT NULL,
|
||||
`plink` char(255) NOT NULL,
|
||||
`resource-id` char(255) NOT NULL,
|
||||
`event-id` int(10) unsigned NOT NULL,
|
||||
`tag` mediumtext NOT NULL,
|
||||
`attach` mediumtext NOT NULL,
|
||||
`inform` mediumtext NOT NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue