Enable Farm Group module on existing sites.

This commit is contained in:
Michael Stenta 2017-11-09 11:38:45 -05:00
parent 6eb6884345
commit 1fa1b5f720
1 changed files with 7 additions and 0 deletions

View File

@ -656,6 +656,13 @@ function farm_update_7032(&$sandbox) {
_farm_update_enable_modules(array('farm_inventory'));
}
/**
* Enable new Farm Group module.
*/
function farm_update_7033(&$sandbox) {
_farm_update_enable_modules(array('farm_group'));
}
/**
* Update helper function: enable modules.
*/