You are here

function farm_livestock_update_7002 in farmOS 7

Add new animal ID tag types: Chip, Other.

File

modules/farm/farm_livestock/farm_livestock.install, line 86
Farm livestock install file.

Code

function farm_livestock_update_7002(&$sandbox) {
  features_revert(array(
    'farm_livestock' => array(
      'field_base',
      'field_instance',
    ),
  ));
}