diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-09-29 01:37:03 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-09-29 01:37:03 +0000 |
commit | f833423b504597d58657b731fc0eae327ed54db9 (patch) | |
tree | 3a71e23649d64713bb53a64e28da6e2104082941 /modules/system | |
parent | c90c201e30084c272c73ed319f648a99edbbcb62 (diff) | |
download | brdo-f833423b504597d58657b731fc0eae327ed54db9.tar.gz brdo-f833423b504597d58657b731fc0eae327ed54db9.tar.bz2 |
- Patch #915168 by chx, sun: foreign key support is missing from text and file module.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.api.php | 8 |
1 files changed, 5 insertions, 3 deletions
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( |