mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 08:14:25 +02:00
personal tab on network page
This commit is contained in:
parent
3bf192ba08
commit
7b9ba3bb03
4 changed files with 39 additions and 5 deletions
|
@ -248,6 +248,7 @@ CREATE TABLE IF NOT EXISTS `item` (
|
|||
KEY `last-child` (`last-child`),
|
||||
KEY `unseen` (`unseen`),
|
||||
KEY `wall` (`wall`),
|
||||
KEY `author-link` (`author-link`),
|
||||
FULLTEXT KEY `title` (`title`),
|
||||
FULLTEXT KEY `body` (`body`),
|
||||
FULLTEXT KEY `tag` (`tag`),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue