mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
fix item
This commit is contained in:
parent
887a8add2d
commit
49c9860e61
3 changed files with 3 additions and 1 deletions
|
@ -178,6 +178,7 @@ CREATE TABLE IF NOT EXISTS `item` (
|
|||
KEY `uid` (`uid`),
|
||||
KEY `contact-id` (`contact-id`),
|
||||
KEY `type` (`type`),
|
||||
KEY `wall` (`wall`),
|
||||
KEY `parent` (`parent`),
|
||||
KEY `parent-uri` (`parent-uri`),
|
||||
KEY `created` (`created`),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue