diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/search/search.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/search/search.install b/modules/search/search.install index ff8f692de..8f0531384 100644 --- a/modules/search/search.install +++ b/modules/search/search.install @@ -114,6 +114,7 @@ function search_schema() { ); $schema['search_node_links'] = array( + 'description' => t('Stores nodes that link to other nodes, used to improve search scores for nodes that are frequently linked to.'), 'fields' => array( 'sid' => array( 'type' => 'int', |