]> git.sesse.net Git - ccbs/blobdiff - html/do-edit-scores.pl
Add information to the SQL schema saying when the group was last updated. Make the...
[ccbs] / html / do-edit-scores.pl
index 4c83b7ce538ece6a26a019cbbb8825f83684cf29..a6a498ca89eee45b0cdf89c56a034e110bbf3dc4 100755 (executable)
@@ -72,6 +72,8 @@ for my $p ($cgi->param()) {
        }
 }
 
+$dbh->do('UPDATE bigscreen.active_groups SET last_updated=now() WHERE tournament=? AND round=? AND parallel=?',
+       undef, $tournament, $round, $group);
 $dbh->do('NOTIFY scores');
 
 $dbh->commit;