From f833423b504597d58657b731fc0eae327ed54db9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 29 Sep 2010 01:37:03 +0000 Subject: - Patch #915168 by chx, sun: foreign key support is missing from text and file module. --- modules/system/system.api.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'modules/system') diff --git a/modules/system/system.api.php b/modules/system/system.api.php index e349cb3ca..c497871e5 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -2633,9 +2633,11 @@ function hook_requirements($phase) { * details on schema definition structures. * * @return - * A schema definition structure array. For each element of the - * array, the key is a table name and the value is a table structure - * definition. + * A schema definition structure array. For each element of the + * array, the key is a table name and the value is a table structure + * definition. + * + * @ingroup schemaapi */ function hook_schema() { $schema['node'] = array( -- cgit v1.2.3