Skip to content

Commit

Permalink
MINT 18.3 added delete from
Browse files Browse the repository at this point in the history
  • Loading branch information
aadrri committed Apr 23, 2024
1 parent d677b60 commit c38bc38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Ravada.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1465,6 +1465,8 @@ sub _remove_old_isos {

,"DELETE FROM iso_images "
." WHERE name like 'Alpine%3.8%'"
,"DELETE FROM iso_images "
." WHERE name like 'Mint 18.1 Mate 64 bits'"
) {
my $sth = $CONNECTOR->dbh->prepare($sql);
$sth->execute();
Expand Down

0 comments on commit c38bc38

Please sign in to comment.