From 8cf6fefe54f47e792cfd92c917c2c41d4523da7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 10 Oct 2007 11:39:35 +0000 Subject: #164983 by multiple contributors: document the core database schemas --- modules/update/update.install | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/update/update.install') 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; } -- cgit v1.2.3