From 9502260ecf33a4b345794eea2d0b6e6dff5dbd74 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 4 Sep 2010 15:40:52 +0000 Subject: - Patch #902264 by Damien Tournoud: move hook_field_schema() to .install files so we can get the upgrade path to work. --- modules/field/field.api.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/field/field.api.php') diff --git a/modules/field/field.api.php b/modules/field/field.api.php index a3d8bdbf4..9b2d3bb4f 100644 --- a/modules/field/field.api.php +++ b/modules/field/field.api.php @@ -211,6 +211,9 @@ function hook_field_info_alter(&$info) { /** * Define the Field API schema for a field structure. * + * This hook MUST be defined in .install for it to be detected during + * installation and upgrade. + * * @param $field * A field structure. * -- cgit v1.2.3