Skip to content

Commit

Permalink
Merge f9cd93e into 86c68a0
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Sep 11, 2018
2 parents 86c68a0 + f9cd93e commit c0249b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SQL/Translator/Producer/YAML.pm
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ sub view_index {
return {
'name' => scalar $index->name,
'type' => scalar $index->type,
'fields' => scalar $index->fields,
'fields' => [ map { ref($_) ? $_->name : $_ } $index->fields ],
'options' => scalar $index->options,
keys %{$index->extra} ? ('extra' => { $index->extra } ) : (),
};
Expand Down

0 comments on commit c0249b3

Please sign in to comment.