summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/field/field.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/field/field.install b/modules/field/field.install
index c5c5005d7..f6948e3bf 100644
--- a/modules/field/field.install
+++ b/modules/field/field.install
@@ -162,6 +162,7 @@ function field_schema() {
),
);
$schema['cache_field'] = drupal_get_schema_unprocessed('system', 'cache');
+ $schema['cache_field']['description'] = 'Cache table for the Field module to store already built field information.';
return $schema;
}