Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
a4de2caa
Commit
a4de2caa
authored
Apr 17, 2012
by
catch
Browse files
Issue
#1354726
by develCuy, gnuget, droplet: Add more indexes on {forum_index()}.
parent
f6cb088e
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/forum/forum.install
View file @
a4de2caa
...
...
@@ -219,6 +219,8 @@ function forum_schema() {
),
'indexes'
=>
array
(
'forum_topics'
=>
array
(
'nid'
,
'tid'
,
'sticky'
,
'last_comment_timestamp'
),
'created'
=>
array
(
'created'
),
'last_comment_timestamp'
=>
array
(
'last_comment_timestamp'
),
),
'foreign keys'
=>
array
(
'tracked_node'
=>
array
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment