You are here

function farm_update_7052 in farmOS 7

Install the Farm Metrics module.

File

./farm.install, line 964
farmOS install file.

Code

function farm_update_7052(&$sandbox) {
  _farm_update_enable_modules(array(
    'farm_metrics',
  ));
}