aboutsummaryrefslogtreecommitdiffstats
path: root/database.sql
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-11-29 14:35:20 -0800
committerfriendica <info@friendica.com>2011-11-29 14:35:20 -0800
commit7b9ba3bb031099158c7cb91f1aeb1b5b63326d2c (patch)
tree30701dfa77536b9d7a35125b685a02dfa583e33a /database.sql
parent3bf192ba08e4d9d9927074364037a5ed289693c5 (diff)
downloadvolse-hubzilla-7b9ba3bb031099158c7cb91f1aeb1b5b63326d2c.tar.gz
volse-hubzilla-7b9ba3bb031099158c7cb91f1aeb1b5b63326d2c.tar.bz2
volse-hubzilla-7b9ba3bb031099158c7cb91f1aeb1b5b63326d2c.zip
personal tab on network page
Diffstat (limited to 'database.sql')
-rw-r--r--database.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/database.sql b/database.sql
index 0599dd3e4..279dd8f87 100644
--- a/database.sql
+++ b/database.sql
@@ -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`),