diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-10-10 11:39:35 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-10-10 11:39:35 +0000 |
commit | 8cf6fefe54f47e792cfd92c917c2c41d4523da7b (patch) | |
tree | b879701f7d8768fb10864536721f54a683e5a5ee /modules/update/update.install | |
parent | e5b36135496c874a8686eda2efb1635abae41871 (diff) | |
download | brdo-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.install | 1 |
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; } |