From bef39dc0ecad14786c94123bd2d9275092bfd4e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Mon, 24 Dec 2007 10:37:13 +0000 Subject: #203316 by douggreen: schema docs for the search_node_links table --- modules/search/search.install | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') 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', -- cgit v1.2.3