We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85e46c commit 75901a3Copy full SHA for 75901a3
updatesigs.pl
@@ -26,7 +26,7 @@
26
if (my $sigtype = $db->sigtypeSearch($text))
27
{
28
printf("Updating signal type to %s for signal ID %s\n", $sigtype, $sig->id);
29
- my $sigtype_rs = $sch->resultset('Sigtype');
+ my $sigtype_rs = $db->sch->resultset('Sigtype');
30
my $type = $sigtype_rs->find($sigtype, { key => 'name' }) if $sigtype;
31
$sig->update({ sigtype => $type->id });
32
}
0 commit comments