Skip to content
Snippets Groups Projects
Commit f8f7b9c2 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Add 'schema_type' to the list of meta keys that are not species specific.

parent b061ee8f
No related branches found
No related tags found
No related merge requests found
......@@ -367,7 +367,10 @@ sub key_value_exists {
sub _species_specific_key {
my ( $self, $key ) = @_;
return ( $key ne 'patch' && $key ne 'schema_version' );
return ( $key ne 'patch'
&& $key ne 'schema_version'
&& $key ne 'schema_type' );
}
1;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment