Enable new Farm Inventory module on existing sites.

This commit is contained in:
Michael Stenta 2017-09-28 11:59:20 -04:00
parent 40c248a29e
commit 253a009b36
1 changed files with 7 additions and 0 deletions

View File

@ -649,6 +649,13 @@ function farm_update_7031(&$sandbox) {
drupal_write_record('system', $record);
}
/**
* Enable new Farm Inventory module.
*/
function farm_update_7032(&$sandbox) {
_farm_update_enable_modules(array('farm_inventory'));
}
/**
* Update helper function: enable modules.
*/