diff options
author | friendica <info@friendica.com> | 2011-11-29 14:35:20 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-29 14:35:20 -0800 |
commit | 7b9ba3bb031099158c7cb91f1aeb1b5b63326d2c (patch) | |
tree | 30701dfa77536b9d7a35125b685a02dfa583e33a /database.sql | |
parent | 3bf192ba08e4d9d9927074364037a5ed289693c5 (diff) | |
download | volse-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.sql | 1 |
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`), |