3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Fix animal group migration to work with membership field collections.

This commit is contained in:
Michael Stenta 2017-11-24 21:59:03 -05:00
parent ba4c29915a
commit a334b27a51

View file

@ -152,7 +152,7 @@ function _farm_livestock_update_7005_stage1(&$sandbox) {
// Revert Features to enable the group field on observation logs, and the
// measure field on quantity field collections.
$components = array(
'farm_group' => array('field_base'),
'farm_group' => array('field_base', 'field_instance'),
'farm_log_observation' => array('field_instance'),
'farm_quantity' => array('field_base', 'field_instance'),
);