summaryrefslogtreecommitdiff
path: root/modules/update/update.install
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-10-10 11:39:35 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-10-10 11:39:35 +0000
commit8cf6fefe54f47e792cfd92c917c2c41d4523da7b (patch)
treeb879701f7d8768fb10864536721f54a683e5a5ee /modules/update/update.install
parente5b36135496c874a8686eda2efb1635abae41871 (diff)
downloadbrdo-8cf6fefe54f47e792cfd92c917c2c41d4523da7b.tar.gz
brdo-8cf6fefe54f47e792cfd92c917c2c41d4523da7b.tar.bz2
#164983 by multiple contributors: document the core database schemas
Diffstat (limited to 'modules/update/update.install')
-rw-r--r--modules/update/update.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/update/update.install b/modules/update/update.install
index b910fe79a..99d9cfa75 100644
--- a/modules/update/update.install
+++ b/modules/update/update.install
@@ -34,6 +34,7 @@ function update_uninstall() {
*/
function update_schema() {
$schema['cache_update'] = drupal_get_schema_unprocessed('system', 'cache');
+ $schema['cache_update']['description'] = t('Cache table for the Update module to store information about available releases, fetched from central server.');
return $schema;
}