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

Changed a left-over "species_meta" table to "meta".

parent 97117be3
No related branches found
No related tags found
No related merge requests found
......@@ -1264,7 +1264,7 @@ sub load_registry_from_db {
foreach my $multidb (@multi_dbs) {
my $sth =
$dbh->prepare(
sprintf( 'SELECT species_id, meta_value FROM %s.species_meta ',
sprintf( 'SELECT species_id, meta_value FROM %s.meta ',
$dbh->quote_identifier($multidb) )
. "WHERE meta_key = 'species.db_name'" );
$sth->execute();
......
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