Enable the new module on existing sites.

This commit is contained in:
Michael Stenta 2018-05-30 12:41:58 -04:00
parent f2d5c7c336
commit 112c358cac
1 changed files with 7 additions and 0 deletions

View File

@ -714,6 +714,13 @@ function farm_update_7040(&$sandbox) {
_farm_update_enable_modules(array('farm_quantity_log'));
}
/**
* Enable new Farm Map KML module.
*/
function farm_update_7041(&$sandbox) {
_farm_update_enable_modules(array('farm_map_kml'));
}
/**
* Update helper function: enable modules.
*/