Issue #1963206 by fgm: Add hook_schema_alter to scheamapi topic

merge-requests/26/head
Jennifer Hodgdon 2013-04-10 14:50:51 -07:00
parent 34c574708d
commit 3f64ddc886
1 changed files with 2 additions and 0 deletions

View File

@ -3186,6 +3186,8 @@ function hook_schema() {
*
* @param $schema
* Nested array describing the schemas for all modules.
*
* @ingroup schemaapi
*/
function hook_schema_alter(&$schema) {
// Add field to existing schema.