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:
parent
ba4c29915a
commit
a334b27a51
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue